/external/tensorflow/tensorflow/python/platform/ |
D | benchmark.py | 55 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/ |
D | counter.cc | 20 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()
|
D | console_reporter.cc | 134 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()
|
D | complexity.cc | 165 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/ |
D | counter.cc | 20 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()
|
D | console_reporter.cc | 133 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()
|
D | complexity.cc | 165 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/ |
D | watchdog_posix.cc | 163 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/ |
D | reporter.cc | 40 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()
|
D | reporter.h | 77 Status Benchmark(int64 iters, double cpu_time, double wall_time,
|
D | reporter_test.cc | 113 EXPECT_EQ(benchmark_entry.cpu_time(), 1.0); in TEST()
|
D | test_log.proto | 36 double cpu_time = 3; field
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 56 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/ |
D | tensorflow.test.-benchmark.pbtxt | 20 …argspec: "args=[\'self\', \'iters\', \'cpu_time\', \'wall_time\', \'throughput\', \'extras\', \'na…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.test.-benchmark.pbtxt | 20 …argspec: "args=[\'self\', \'iters\', \'cpu_time\', \'wall_time\', \'throughput\', \'extras\', \'na…
|
/external/perfetto/include/perfetto/base/ |
D | watchdog_posix.h | 128 void CheckCpu(uint64_t cpu_time);
|
/external/llvm/utils/Misc/ |
D | zkill | 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/swiftshader/third_party/llvm-7.0/llvm/utils/Misc/ |
D | zkill | 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/swiftshader/third_party/LLVM/utils/Misc/ |
D | zkill | 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/ |
D | freedreno_screen.c | 128 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/ |
D | README.md | 50 will be used. The `opt` is used to get cpu_time and real_time, and the
|
/external/google-benchmark/ |
D | README.md | 915 "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/ |
D | README.md | 908 "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/ |
D | CtsAppTestCases.txt | 1301 …, native_allocated=17462, global_freed_count=47, global_alloc_size=200, cpu_time=32844, native_pss…
|