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

  /external/google-benchmark/src/
counter.cc 20 double Finish(Counter const& c, double cpu_time, double num_threads) {
23 v /= cpu_time;
31 void Finish(UserCounters *l, double cpu_time, double num_threads) {
33 c.second.value = Finish(c.second, cpu_time, num_threads);
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);
complexity.cc 162 std::vector<double> cpu_time;
169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
176 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda);
179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity);
  /external/libcxx/utils/google-benchmark/src/
counter.cc 20 double Finish(Counter const& c, double cpu_time, double num_threads) {
23 v /= cpu_time;
31 void Finish(UserCounters *l, double cpu_time, double num_threads) {
33 c.second.value = Finish(c.second, cpu_time, num_threads);
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);
complexity.cc 162 std::vector<double> cpu_time;
169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
176 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda);
179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
counter.cc 20 double Finish(Counter const& c, double cpu_time, double num_threads) {
23 v /= cpu_time;
31 void Finish(UserCounters *l, double cpu_time, double num_threads) {
33 c.second = Finish(c.second, cpu_time, num_threads);
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);
complexity.cc 266 std::vector<double> cpu_time;
273 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
280 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda);
283 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity);
  /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/tensorflow/tensorflow/core/util/
reporter.cc 40 Status TestReporter::Benchmark(int64 iters, double cpu_time, double wall_time,
44 benchmark_entry_.set_cpu_time(cpu_time / iters);
reporter.h 41 // TF_CHECK_OK(reporter.Benchmark(iters, cpu_time, wall_time, throughput));
75 Status Benchmark(int64 iters, double cpu_time, double wall_time,
reporter_test.cc 113 EXPECT_EQ(benchmark_entry.cpu_time(), 1.0);
  /external/tensorflow/tensorflow/python/platform/
benchmark.py 49 name, iters=None, cpu_time=None, wall_time=None,
56 cpu_time: (optional) Total cpu time in seconds
69 logging.info("Benchmark [%s] iters: %d, wall_time: %g, cpu_time: %g,"
71 wall_time if wall_time is not None else -1, cpu_time if
72 cpu_time is not None else -1, throughput if
80 if cpu_time is not None:
81 entry.cpu_time = cpu_time
162 cpu_time=None,
171 cpu_time: (optional) median or mean cpu time in seconds
    [all...]
  /external/perfetto/include/perfetto/base/
watchdog_posix.h 127 void CheckCpu(uint64_t 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)) {
  /test/vts/utils/python/performance/
benchmark_parser.py 37 "cpu_time": 23655,
52 _CPU_TIME = "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/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
  /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;
  /external/llvm/utils/Misc/
zkill 67 ('TIME', parse_time, 'cpu_time'),
254 if opts.minTime <= p.cpu_time <= opts.maxTime]
266 (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
  /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/swiftshader/third_party/LLVM/utils/Misc/
zkill 67 ('TIME', parse_time, 'cpu_time'),
254 if opts.minTime <= p.cpu_time <= opts.maxTime]
266 (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
  /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/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 895 milliseconds