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

  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 241 total_runtime = 0.0
246 total_runtime += p.runtime
250 p.runtime /= total_runtime
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.cc 473 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/
builtin-sched.c 95 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)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 974 milliseconds