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

  /external/eigen/bench/btl/generic_bench/timers/
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;
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_timer.hh 76 double baseline_time; member in class:STL_Timer
  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 19 const base::Time baseline_time = base::Time::UnixEpoch().LocalMidnight(); member in namespace:__anon10112
29 entry.time = baseline_time +
43 baseline_time + base::TimeDelta::FromHours(correct_result.hour_offset);
  /external/chromium_org/v8/tools/
lexer-shell.cc 171 v8::base::TimeDelta baseline_time; local
172 baseline_time = RunBaselineScanner(
178 return baseline_time;

Completed in 83 milliseconds