Searched refs:median_time (Results 1 – 3 of 3) sorted by relevance
/external/flac/microbench/ |
D | benchmark_residual.c | 139 …printf ("shift order %u : %f %f %f %f\n", bench_order, stats.min_time, stats.median_time, stats.me… in main() 147 …printf ("mult order %u : %f %f %f %f\n\n", bench_order, stats.min_time, stats.median_time, stats.… in main()
|
D | util.h | 38 double min_time, mean_time, median_time, max_time ; member
|
D | util.c | 200 stats->median_time = times [(stats->run_count + 1) / 2] ; in benchmark_stats() 202 stats->median_time = 0.5 * (times [stats->run_count / 2] + times [(stats->run_count / 2) + 1]) ; in benchmark_stats()
|