OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 35 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025