HomeSort by: relevance | last modified time | path
    Searched defs:total_time (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/systat/
iostat.c 309 double total_time; local in function:stat1
311 total_time = 0;
313 total_time += cur.cp_time[i];
314 if (total_time == 0.0)
315 total_time = 1.0;
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);
iostat.c 309 double total_time; local in function:stat1
311 total_time = 0;
313 total_time += cur.cp_time[i];
314 if (total_time == 0.0)
315 total_time = 1.0;
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);
iostat.c 309 double total_time; local in function:stat1
311 total_time = 0;
313 total_time += cur.cp_time[i];
314 if (total_time == 0.0)
315 total_time = 1.0;
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);

Completed in 30 milliseconds