OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idleness
(Results
1 - 2
of
2
) sorted by null
/external/fio/
idletime.h
32
double
idleness
;
member in struct:idle_prof_thread
idletime.c
354
/* calculate
idleness
*/
358
ipt->
idleness
= ipt->loops * ipc.cali_mean / runt;
360
ipt->
idleness
= 0.0;
362
ipt->
idleness
= 0.0;
392
p += ipt->
idleness
;
397
p = ipt->
idleness
;
457
log_info("\nCPU
idleness
:\n");
459
log_info("CPU
idleness
:\n");
Completed in 228 milliseconds