Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dmem-functions.c175 static double timeval2double(struct timeval *ts) in timeval2double() function
215 result_bps = (double)p->size_total/timeval2double(&rt.tv); in __bench_mem_function()
224 result_bps = (double)p->size_total/timeval2double(&rt.tv); in __bench_mem_function()
/linux/tools/perf/util/
H A Dstat-display.c1436 static double timeval2double(struct timeval *t) in timeval2double() function
1456 double ru_utime = timeval2double(&config->ru_data.ru_utime); in print_footer()
1457 double ru_stime = timeval2double(&config->ru_data.ru_stime); in print_footer()