Home
last modified time | relevance | path

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

/external/flac/microbench/
Dbenchmark_residual.c139 …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()
Dutil.h38 double min_time, mean_time, median_time, max_time ; member
Dutil.c200 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()