Searched refs:totalcip (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/sa/
H A Dpdb.c280 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) argument
295 if (cip != totalcip)
297 (double)totalcip->ci_calls * 100);
307 if (cip != totalcip)
309 totalcip->ci_etime * 100);
320 if (cip != totalcip)
323 (totalcip->ci_utime + totalcip->ci_stime) *
334 if (cip != totalcip)
336 (double)totalcip
[all...]

Completed in 158 milliseconds