cputime
char *cputime(KINFO *, VARENT *);
{"time", {NULL}, "TIME", "cpu-time", USER, cputime, 0, UNSPEC, NULL},
delta = cputime() - p->mcount_overhead;
delta = cputime() - p->mexitcount_overhead;
(bte)->cputime / 1000000, \
((bte)->cputime % 1000000) / 10000, \
(bte)->cputime / 1000000, \
((bte)->cputime % 1000000) / 10000, \
btp->table[idx].cputime = 0;
btp->table[idx].cputime =
uint64_t cputime; /* Microseconds of process CPU time */
cputime:
goto cputime;
int cputime(void);
unsigned long cputime(void);
static float cputime(int);
f1 = cputime(i);
long cputime;
cputime = (pp->ki_runtime + 500000) / 1000000;
sbuf_printf(procbuf, "%6s ", format_time(cputime));