Home
last modified time | relevance | path

Searched refs:total_timer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Doptimizing-compiler-thread.cc43 base::ElapsedTimer total_timer; in Run() local
44 if (FLAG_trace_concurrent_recompilation) total_timer.Start(); in Run()
59 time_spent_total_ = total_timer.Elapsed(); in Run()
/external/ceres-solver/internal/ceres/
Dprogram_evaluator.h140 ScopedExecutionTimer total_timer("Evaluator::Total", &execution_summary_); in Evaluate()