Searched defs:maxtcpu (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cgtop/
H A Dcgtop.c538 unsigned rows, n = 0, j, maxtcpu = 0, maxtpath = 3; /* 3 for ellipsize() to work properly */ local
560 maxtcpu = MAX(maxtcpu, cputlen);
569 xsprintf(buffer, "%*s", maxtcpu, "CPU Time");
627 printf(" %*s", maxtcpu, format_timespan(buffer, sizeof(buffer), (usec_t) (g->cpu_usage / NSEC_PER_USEC), 0));

Completed in 28 milliseconds