OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALC_ACCURACY
(Results
1 - 2
of
2
) sorted by null
/external/netperf/src/
netcpu_kstat10.c
363
#define
CALC_ACCURACY
CALC_THOUSANDTH_PERCENT
475
(delta_cpu_counters[i].idle *
CALC_ACCURACY
) / total_cpu_nsec;
478
(delta_cpu_counters[i].user *
CALC_ACCURACY
) / total_cpu_nsec;
481
(delta_cpu_counters[i].kernel *
CALC_ACCURACY
) / total_cpu_nsec;
487
CALC_ACCURACY
);
490
CALC_ACCURACY
);
493
CALC_ACCURACY
);
548
(corrected_cpu_counters[i].idle *
CALC_ACCURACY
) / total_cpu_nsec;
551
(corrected_cpu_counters[i].user *
CALC_ACCURACY
) / total_cpu_nsec;
554
(corrected_cpu_counters[i].kernel *
CALC_ACCURACY
) / total_cpu_nsec
[
all
...]
netcpu_pstatnew.c
232
#define
CALC_ACCURACY
CALC_THOUSANDTH_PERCENT
380
(delta_cpu_counters[i].idle *
CALC_ACCURACY
) / sanity_cpu_cycles;
383
(delta_cpu_counters[i].user *
CALC_ACCURACY
) / sanity_cpu_cycles;
386
(delta_cpu_counters[i].kernel *
CALC_ACCURACY
) / sanity_cpu_cycles;
389
(delta_cpu_counters[i].interrupt *
CALC_ACCURACY
) / sanity_cpu_cycles;
395
CALC_ACCURACY
) / sanity_cpu_cycles;
413
(float)
CALC_ACCURACY
) * 100.0);
Completed in 57 milliseconds