Home
last modified time | relevance | path

Searched refs:maxtcpu (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/cgtop/
Dcgtop.c605 unsigned rows, n = 0, maxtcpu = 0, maxtpath = 3; /* 3 for ellipsize() to work properly */ in display() local
622 maxtcpu = MAX(maxtcpu, in display()
634 unsigned cpu_len = arg_cpu_type == CPU_PERCENT ? 6 : maxtcpu; in display()
688 … printf(" %*s", maxtcpu, MAYBE_FORMAT_TIMESPAN((usec_t) (g->cpu_usage / NSEC_PER_USEC), 0)); in display()