Home
last modified time | relevance | path

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

/external/eigen/bench/btl/generic_bench/timers/
Dx86_perf_analyzer.hh50 double baseline_time=0.0; in eval_mflops() local
80 baseline_time+=double(_chronos.get_shortest_clicks())/_chronos.frequency(); in eval_mflops()
84 double corrected_time = (calculate_time-baseline_time)/double(nb_loop); in eval_mflops()
DSTL_perf_analyzer.hh54 double baseline_time=_chronos.get_time(); in eval_mflops() local
64 double corrected_time=calculate_time-baseline_time; in eval_mflops()
DSTL_timer.hh76 double baseline_time; member in STL_Timer