Home
last modified time | relevance | path

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

/external/chromium_org/v8/tools/testrunner/network/
Dnetwork_execution.py241 total_runtime = 0.0
246 total_runtime += p.runtime
250 p.runtime /= total_runtime
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_controller.cc473 base::TimeDelta total_runtime = total_touchview_time_ + in OnAppTerminating() local
475 if (total_runtime.InSeconds() > 0) { in OnAppTerminating()
477 100 * total_touchview_time_.InSeconds() / total_runtime.InSeconds()); in OnAppTerminating()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-sched.c95 u64 total_runtime; member
887 atoms->total_runtime += delta; in add_runtime_event()
1127 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1138 (double)work_list->total_runtime / 1e6, in output_lat_thread()
1197 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1199 if (l->total_runtime > r->total_runtime) in runtime_cmp()