Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
A Dturbostat.c2269 } average; variable
3154 if (t == &average.threads) { in format_counters()
3188 if (t == &average.threads) { in format_counters()
3689 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters()
4121 average.cores.c3 += c->c3; in sum_counters()
4122 average.cores.c6 += c->c6; in sum_counters()
4123 average.cores.c7 += c->c7; in sum_counters()
4126 average.cores.core_temp_c = MAX(average.cores.core_temp_c, c->core_temp_c); in sum_counters()
4127 average.cores.core_throt_cnt = MAX(average.cores.core_throt_cnt, c->core_throt_cnt); in sum_counters()
4188 average.packages.pkg_temp_c = MAX(average.packages.pkg_temp_c, p->pkg_temp_c); in sum_counters()
[all …]
/tools/testing/selftests/net/bench/page_pool/
A Dtime_bench.c295 uint64_t average = 0; in time_bench_print_stats_cpumask() local
324 average = sum.tsc_cycles / sum.records; in time_bench_print_stats_cpumask()
326 average, sum.records, step); in time_bench_print_stats_cpumask()
/tools/power/cpupower/bench/
A DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
97 governor in average behaves as expected.
116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
/tools/testing/vsock/
A DREADME80 average in 'read()': D ns
86 D is B / C, e.g. average amount of time, spent in single 'read()'.
/tools/perf/util/
A Dbpf-trace-summary.c76 double variance, average; in rel_stddev() local
81 average = (double)stat->total_time / stat->count; in rel_stddev()
87 return 100 * sqrt(variance / stat->count) / average; in rel_stddev()
/tools/lib/perf/tests/
A Dtest-evlist.c421 static double display_error(long long average, in display_error() argument
428 error = (((double)average - expected) / expected) * 100.0; in display_error()
432 high, low, average); in display_error()
/tools/perf/Documentation/
A Dperf-kvm.txt103 (sort by average time), precent_time (sort by time percentage),
142 number), time (sort by average time).
A Dperf-sched.txt173 Show only a summary of scheduling by thread with min, max, and average
179 max, and average run times (in sec) and relative stddev.
A Dperf-report.txt168 are enabled automatically. Column "IPC" reports the average IPC per function
226 fields are used, they will show the average value of the weight.
414 - Predicted: display the average percentage of predicated branches.
419 - iterations: display the average number of iterations in callchain list.
641 'Avg Cycles%' - block average sampled cycles / sum of total block average
643 'Avg Cycles' - block average sampled cycles
A Dperf-trace.txt141 Show only a summary of syscalls by thread with min, max, and average times
147 average times (in msec) and relative stddev.
A Dperf-ftrace.txt27 total, average, max time and the number of calls.
A Dperf-script-perl.txt212 avg($total, $n) - returns average given a sum and a total number of values
A Dperf-stat.txt139 repeat command and print average + stddev (max: 100). 0 means forever.
511 combined. The default "mean" gives the average of retirement
A Dperf-script-python.txt638 avg(total, n) - returns average given a sum and a total number of values
A Dperf-intel-pt.txt162 the average IPC cycle count since the last IPC for that event type.
/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst211 an average over all runs performed by the command.
/tools/memory-model/Documentation/
A Dlitmus-tests.txt884 complexity in terms of the number of processes, the average number

Completed in 41 milliseconds