Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dmem-functions.c195 double result_bps = 0.0; in __bench_mem_function() local
215 result_bps = (double)p->size_total/timeval2double(&rt.tv); in __bench_mem_function()
216 print_bps(result_bps); in __bench_mem_function()
224 result_bps = (double)p->size_total/timeval2double(&rt.tv); in __bench_mem_function()
225 printf("%lf\n", result_bps); in __bench_mem_function()