/external/cronet/stable/third_party/google_benchmark/src/test/ |
D | complexity_test.cc | 83 state.SetIterationTime(42 * 1e-9); in BM_Complexity_O1() 132 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_Complexity_O_N() 189 state.SetIterationTime(static_cast<double>(state.range(0)) * kLog2E * in BM_Complexity_O_N_log_N() 249 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_ComplexityCaptureArgs()
|
D | internal_threading_test.cc | 40 state.SetIterationTime(time_frame_in_sec); in BM_MainThread() 83 state.SetIterationTime(time_frame_in_sec); in BM_WorkerThread() 127 state.SetIterationTime(time_frame_in_sec); in BM_MainThreadAndWorkerThread()
|
D | reporter_output_test.cc | 826 state.SetIterationTime(150 / 10e8); in BM_UserStats() 957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
|
/external/cronet/tot/third_party/google_benchmark/src/test/ |
D | complexity_test.cc | 83 state.SetIterationTime(42 * 1e-9); in BM_Complexity_O1() 132 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_Complexity_O_N() 189 state.SetIterationTime(static_cast<double>(state.range(0)) * kLog2E * in BM_Complexity_O_N_log_N() 249 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_ComplexityCaptureArgs()
|
D | internal_threading_test.cc | 40 state.SetIterationTime(time_frame_in_sec); in BM_MainThread() 83 state.SetIterationTime(time_frame_in_sec); in BM_WorkerThread() 127 state.SetIterationTime(time_frame_in_sec); in BM_MainThreadAndWorkerThread()
|
D | reporter_output_test.cc | 826 state.SetIterationTime(150 / 10e8); in BM_UserStats() 957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
|
/external/google-benchmark/test/ |
D | complexity_test.cc | 83 state.SetIterationTime(42 * 1e-9); in BM_Complexity_O1() 132 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_Complexity_O_N() 189 state.SetIterationTime(static_cast<double>(state.range(0)) * kLog2E * in BM_Complexity_O_N_log_N() 249 state.SetIterationTime(static_cast<double>(state.range(0)) * 42 * 1e-9); in BM_ComplexityCaptureArgs()
|
D | internal_threading_test.cc | 40 state.SetIterationTime(time_frame_in_sec); in BM_MainThread() 83 state.SetIterationTime(time_frame_in_sec); in BM_WorkerThread() 127 state.SetIterationTime(time_frame_in_sec); in BM_MainThreadAndWorkerThread()
|
D | reporter_output_test.cc | 826 state.SetIterationTime(150 / 10e8); in BM_UserStats() 957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
|
D | benchmark_test.cc | 205 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
|
/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/ |
D | run_float.cpp | 20 state.SetIterationTime(elapsed_seconds.count()); in benchmark_fht()
|
D | run_double.cpp | 20 state.SetIterationTime(elapsed_seconds.count()); in benchmark_fht()
|
/external/XNNPACK/bench/ |
D | f32-softmax.cc | 134 state.SetIterationTime(elapsed_seconds.count()); in DNNLSoftArgMax() 227 state.SetIterationTime(elapsed_seconds.count()); in ThreePassSoftMaxWithRecomputing() 297 state.SetIterationTime(elapsed_seconds.count()); in ThreePassSoftMaxWithReloading() 356 state.SetIterationTime(elapsed_seconds.count()); in TwoPassSoftMax()
|
/external/libcxx/utils/google-benchmark/src/ |
D | thread_timer.h | 32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
|
D | benchmark.cc | 193 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State 194 timer_->SetIterationTime(seconds); in SetIterationTime()
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | thread_timer.h | 41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
|
D | benchmark.cc | 299 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State 300 timer_->SetIterationTime(seconds); in SetIterationTime()
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | thread_timer.h | 41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
|
D | benchmark.cc | 299 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State 300 timer_->SetIterationTime(seconds); in SetIterationTime()
|
/external/google-benchmark/src/ |
D | thread_timer.h | 41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
|
D | benchmark.cc | 294 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State 295 timer_->SetIterationTime(seconds); in SetIterationTime()
|
/external/libcxx/utils/google-benchmark/test/ |
D | benchmark_test.cc | 197 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
|
/external/cronet/tot/third_party/google_benchmark/src/bindings/python/google_benchmark/ |
D | benchmark.cc | 169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
|
/external/cronet/stable/third_party/google_benchmark/src/bindings/python/google_benchmark/ |
D | benchmark.cc | 169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
|
/external/google-benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
|