Searched defs:total_runtime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.cc473 base::TimeDelta total_runtime = total_touchview_time_ + local
475 if (total_runtime.InSeconds() > 0) {
477 100 * total_touchview_time_.InSeconds() / total_runtime.InSeconds());
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c95 u64 total_runtime; member in struct:work_atoms
887 atoms->total_runtime += delta;
1127 sched->all_runtime += work_list->total_runtime;
1138 (double)work_list->total_runtime / 1e6,
1197 if (l->total_runtime < r->total_runtime)
1199 if (l->total_runtime > r->total_runtime)

Completed in 291 milliseconds