Searched refs:average (Results 1 – 17 of 17) sorted by relevance
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 2269 } 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 D | time_bench.c | 295 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 D | README-BENCH | 9 - 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 D | README | 80 average in 'read()': D ns 86 D is B / C, e.g. average amount of time, spent in single 'read()'.
|
| /tools/perf/util/ |
| A D | bpf-trace-summary.c | 76 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 D | test-evlist.c | 421 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 D | perf-kvm.txt | 103 (sort by average time), precent_time (sort by time percentage), 142 number), time (sort by average time).
|
| A D | perf-sched.txt | 173 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 D | perf-report.txt | 168 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 D | perf-trace.txt | 141 Show only a summary of syscalls by thread with min, max, and average times 147 average times (in msec) and relative stddev.
|
| A D | perf-ftrace.txt | 27 total, average, max time and the number of calls.
|
| A D | perf-script-perl.txt | 212 avg($total, $n) - returns average given a sum and a total number of values
|
| A D | perf-stat.txt | 139 repeat command and print average + stddev (max: 100). 0 means forever. 511 combined. The default "mean" gives the average of retirement
|
| A D | perf-script-python.txt | 638 avg(total, n) - returns average given a sum and a total number of values
|
| A D | perf-intel-pt.txt | 162 the average IPC cycle count since the last IPC for that event type.
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-prog.rst | 211 an average over all runs performed by the command.
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 884 complexity in terms of the number of processes, the average number
|
Completed in 41 milliseconds