HomeSort by relevance Sort by last modified time
    Searched defs:cpu_time (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.c 49 int64_t cpu_time = os_time_get() * 1000; local
53 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 49 int64_t cpu_time = os_time_get() * 1000; local
53 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta;
  /system/extras/sane_schedstat/
sane_schedstat.c 49 unsigned long long cpu_time; /* time spent running by tasks (ms) */ member in struct:cpu_stat
72 printf("CPU yield() schedule() switch idle ttwu() local cpu_time wait_time timeslices\n");
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) {
102 cpu_delta[cpu].cpu_time = tmp.cpu_time - cpu_prev[cpu].cpu_time;
  /external/chromium_org/base/process/
process_metrics_linux.cc 193 TimeDelta cpu_time = internal::ClockTicksToTimeDelta(cpu); local
195 int percentage = 100 * (cpu_time - last_cpu_time).InSecondsF() /
  /sdk/emulator/qtools/
trace_reader.h 122 cpu_time = 0;
176 uint64_t cpu_time; member in class:TraceReader::ProcessState
    [all...]
  /external/kernel-headers/original/linux/
sched.h 547 unsigned long cpu_time, /* time spent on the cpu */ member in struct:sched_info
    [all...]

Completed in 157 milliseconds