Searched refs:baseline_time (Results 1 – 3 of 3) sorted by relevance
50 double baseline_time=0.0; in eval_mflops() local80 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()
54 double baseline_time=_chronos.get_time(); in eval_mflops() local64 double corrected_time=calculate_time-baseline_time; in eval_mflops()
76 double baseline_time; member in STL_Timer