Home
last modified time | relevance | path

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

/tools/perf/bench/
Dmem-functions.c118 …c void __bench_mem_function(struct bench_mem_info *info, int r_idx, size_t size, double size_total) in __bench_mem_function() argument
148 printf(" %14lf cycles/byte\n", (double)result_cycles/size_total); in __bench_mem_function()
156 printf("%lf\n", (double)result_cycles/size_total); in __bench_mem_function()
180 double size_total; in bench_mem_common() local
193 size_total = (double)size * nr_loops; in bench_mem_common()
202 __bench_mem_function(info, i, size, size_total); in bench_mem_common()
221 __bench_mem_function(info, i, size, size_total); in bench_mem_common()