HomeSort by relevance Sort by last modified time
    Searched full:baseline_time (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/btl/generic_bench/timers/
x86_perf_analyzer.hh 50 double baseline_time=0.0; local
80 baseline_time+=double(_chronos.get_shortest_clicks())/_chronos.frequency();
84 double corrected_time = (calculate_time-baseline_time)/double(nb_loop);
88 // INFOS("baseline_time="<<baseline_time);
92 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
STL_perf_analyzer.hh 54 double baseline_time=_chronos.get_time(); local
64 double corrected_time=calculate_time-baseline_time;
66 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
STL_timer.hh 76 double baseline_time; member in class:STL_Timer

Completed in 162 milliseconds