Home
last modified time | relevance | path

Searched refs:cpu_time (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py55 name, iters=None, cpu_time=None, wall_time=None, argument
77 wall_time if wall_time is not None else -1, cpu_time if
78 cpu_time is not None else -1, throughput if
86 if cpu_time is not None:
87 entry.cpu_time = cpu_time
168 cpu_time=None, argument
187 name=name, iters=iters, cpu_time=cpu_time, wall_time=wall_time,
/external/libcxx/utils/google-benchmark/src/
Dcounter.cc20 double Finish(Counter const& c, int64_t iterations, double cpu_time, in Finish() argument
24 v /= cpu_time; in Finish()
38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish() argument
40 c.second.value = Finish(c.second, iterations, cpu_time, num_threads); in Finish()
Dconsole_reporter.cc134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData() local
136 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData()
142 cpu_time, big_o.c_str()); in PrintRunData()
145 cpu_time * 100, "%"); in PrintRunData()
Dcomplexity.cc165 std::vector<double> cpu_time; in ComputeBigO() local
172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
/external/google-benchmark/src/
Dcounter.cc20 double Finish(Counter const& c, int64_t iterations, double cpu_time, in Finish() argument
24 v /= cpu_time; in Finish()
38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish() argument
40 c.second.value = Finish(c.second, iterations, cpu_time, num_threads); in Finish()
Dconsole_reporter.cc133 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData() local
135 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData()
141 cpu_time, big_o.c_str()); in PrintRunData()
144 cpu_time * 100, "%"); in PrintRunData()
Dcomplexity.cc165 std::vector<double> cpu_time; in ComputeBigO() local
172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
/external/perfetto/src/base/
Dwatchdog_posix.cc163 uint64_t cpu_time = utime + stime; in ThreadMain() local
167 CheckCpu(cpu_time); in ThreadMain()
188 void Watchdog::CheckCpu(uint64_t cpu_time) { in CheckCpu() argument
193 if (cpu_window_time_ticks_.Push(cpu_time)) { in CheckCpu()
/external/tensorflow/tensorflow/core/util/
Dreporter.cc40 Status TestReporter::Benchmark(int64 iters, double cpu_time, double wall_time, in Benchmark() argument
44 benchmark_entry_.set_cpu_time(cpu_time / iters); in Benchmark()
Dreporter.h77 Status Benchmark(int64 iters, double cpu_time, double wall_time,
Dreporter_test.cc113 EXPECT_EQ(benchmark_entry.cpu_time(), 1.0); in TEST()
Dtest_log.proto36 double cpu_time = 3; field
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c56 int64_t cpu_time = os_time_get() * 1000; in nouveau_screen_get_timestamp() local
60 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta; in nouveau_screen_get_timestamp()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.test.-benchmark.pbtxt20 …argspec: "args=[\'self\', \'iters\', \'cpu_time\', \'wall_time\', \'throughput\', \'extras\', \'na…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.test.-benchmark.pbtxt20 …argspec: "args=[\'self\', \'iters\', \'cpu_time\', \'wall_time\', \'throughput\', \'extras\', \'na…
/external/perfetto/include/perfetto/base/
Dwatchdog_posix.h128 void CheckCpu(uint64_t cpu_time);
/external/llvm/utils/Misc/
Dzkill254 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/swiftshader/third_party/llvm-7.0/llvm/utils/Misc/
Dzkill254 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/swiftshader/third_party/LLVM/utils/Misc/
Dzkill254 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/
Dfreedreno_screen.c128 int64_t cpu_time = os_time_get() * 1000; in fd_screen_get_timestamp() local
129 return cpu_time + screen->cpu_gpu_time_delta; in fd_screen_get_timestamp()
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md50 will be used. The `opt` is used to get cpu_time and real_time, and the
/external/google-benchmark/
DREADME.md915 "cpu_time": 29836,
923 "cpu_time": 32429,
931 "cpu_time": 33355,
942 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
/external/libcxx/utils/google-benchmark/
DREADME.md908 "cpu_time": 29836,
916 "cpu_time": 32429,
924 "cpu_time": 33355,
935 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsAppTestCases.txt1301 …, native_allocated=17462, global_freed_count=47, global_alloc_size=200, cpu_time=32844, native_pss…