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

  /external/linux-tools-perf/
builtin-sched.c 153 u64 total_runtime; member in struct:work_atoms
1028 atoms->total_runtime += delta;
1248 all_runtime += work_list->total_runtime;
1259 (double)work_list->total_runtime / 1e6,
1338 if (l->total_runtime < r->total_runtime)
1340 if (l->total_runtime > r->total_runtime)
    [all...]

Completed in 76 milliseconds