Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c180 } sum, average; variable
436 if (t == &average.threads) { in format_counters()
609 format_counters(&average.threads, &average.cores, in format_all_counters()
610 &average.packages); in format_all_counters()
790 average.threads.tsc += t->tsc; in sum_counters()
791 average.threads.aperf += t->aperf; in sum_counters()
792 average.threads.mperf += t->mperf; in sum_counters()
793 average.threads.c1 += t->c1; in sum_counters()
795 average.threads.extra_delta32 += t->extra_delta32; in sum_counters()
796 average.threads.extra_delta64 += t->extra_delta64; in sum_counters()
[all …]
/tools/power/cpupower/bench/
DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
97 governor in average behaves as expected.
/tools/perf/Documentation/
Dperf-trace.txt98 Show only a summary of syscalls by thread with min, max, and average times
104 average times (in msec) and relative stddev.
Dperf-kvm.txt111 number), time (sort by average time).
148 number), time (sort by average time).
Dperf-stat.txt63 repeat command and print average + stddev (max: 100). 0 means forever.
Dperf-script-perl.txt212 avg($total, $n) - returns average given a sum and a total number of values
Dperf-script-python.txt616 avg(total, n) - returns average given a sum and a total number of values