else {
/* For bar graphs (used for %values) */
lmax = 100.0; /* Max is always 100% */
- ypos = 25.0; /* Draw lines at 15%, 50%, 75% and 100% */
+ ypos = 25.0; /* Draw lines at 25%, 50%, 75% and 100% */
}
yfactor = (double) -SVG_G_YSIZE / lmax;
j = 1;
*spp = (struct stats_pcsw *) a->buf[!curr];
int group[] = {1, 1};
char *title[] = {"Switching activity", "Task creation"};
- char *g_title[] = {"cswch/s", "proc/s"};
+ char *g_title[] = {"cswch/s",
+ "proc/s"};
static double *spmin, *spmax;
static char **out;
static int *outsize;
*spp = (struct stats_paging *) a->buf[!curr];
int group[] = {2, 2, 4};
char *title[] = {"Paging activity (1)", "Paging activity (2)", "Paging activity (3)"};
- char *g_title[] = {"pgpgin/s", "pgpgout/s", "fault/s", "majflt/s",
+ char *g_title[] = {"pgpgin/s", "pgpgout/s",
+ "fault/s", "majflt/s",
"pgfree/s", "pgscank/s", "pgscand/s", "pgsteal/s"};
static double *spmin, *spmax;
static char **out;