Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c158 static float total_cpu; /* total cpu usage */ variable
457 if (total_cpu >= 100) in list_print()
458 cpu = (100 * id->id_pctcpu) / total_cpu; in list_print()
733 total_cpu += FRC2PCT(lwp->li_info.pr_lwp.pr_pctcpu); in list_update()
763 total_cpu += id->id_pctcpu; in list_update()
941 total_cpu = 0; in prstat_scandir()