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

  /external/google-benchmark/src/
console_reporter.cc 131 const double cpu_time = result.GetAdjustedCPUTime(); local
136 cpu_time, big_o.c_str());
139 cpu_time * 100);
143 cpu_time, timeLabel);
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 131 const double cpu_time = result.GetAdjustedCPUTime(); local
136 cpu_time, big_o.c_str());
139 cpu_time * 100);
143 cpu_time, timeLabel);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.c 124 int64_t cpu_time = os_time_get() * 1000; local
125 return cpu_time + screen->cpu_gpu_time_delta;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 56 int64_t cpu_time = os_time_get() * 1000; local
60 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
console_reporter.cc 116 const double cpu_time = result.GetAdjustedCPUTime(); local
121 cpu_time, big_o.c_str());
124 cpu_time * 100);
128 cpu_time, timeLabel);
  /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/perfetto/src/base/
watchdog_posix.cc 152 uint64_t cpu_time = utime + stime; local
156 CheckCpu(cpu_time);
177 void Watchdog::CheckCpu(uint64_t cpu_time) {
182 if (cpu_window_time_ticks_.Push(cpu_time)) {
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 137 long cpu_time = getPsTime(""); local
142 float cpu_diff = (float) (cpu_time - cpu_time_old);
156 cpu_time_old = cpu_time;
  /external/libchrome/base/process/
process_metrics_linux.cc 238 TimeDelta cpu_time = internal::ClockTicksToTimeDelta(cpu); local
243 // |cpu_time| which will result in a negative value in the below percentage
248 if (last_cpu_time < cpu_time) {
249 percentage = 100.0 * (cpu_time - last_cpu_time).InSecondsF() /
  /external/valgrind/include/vki/
vki-xen-domctl.h 144 vki_xen_uint64_aligned_t cpu_time; member in struct:vki_xen_domctl_getdomaininfo_00000007
163 vki_xen_uint64_aligned_t cpu_time; member in struct:vki_xen_domctl_getdomaininfo_00000008
183 vki_xen_uint64_aligned_t cpu_time; member in struct:vki_xen_domctl_getdomaininfo_00000009
274 vki_xen_uint64_aligned_t cpu_time;/* total cpu time consumed (ns) */ member in struct:vki_xen_domctl_getvcpuinfo

Completed in 163 milliseconds