Home
last modified time | relevance | path

Searched refs:SetIterationTime (Results 1 – 25 of 36) sorted by relevance

12

/external/cronet/stable/third_party/google_benchmark/src/test/
Dcomplexity_test.cc83 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()
Dinternal_threading_test.cc40 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()
Dreporter_output_test.cc826 state.SetIterationTime(150 / 10e8); in BM_UserStats()
957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
/external/cronet/tot/third_party/google_benchmark/src/test/
Dcomplexity_test.cc83 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()
Dinternal_threading_test.cc40 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()
Dreporter_output_test.cc826 state.SetIterationTime(150 / 10e8); in BM_UserStats()
957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
/external/google-benchmark/test/
Dcomplexity_test.cc83 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()
Dinternal_threading_test.cc40 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()
Dreporter_output_test.cc826 state.SetIterationTime(150 / 10e8); in BM_UserStats()
957 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
Dbenchmark_test.cc205 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/
Drun_float.cpp20 state.SetIterationTime(elapsed_seconds.count()); in benchmark_fht()
Drun_double.cpp20 state.SetIterationTime(elapsed_seconds.count()); in benchmark_fht()
/external/XNNPACK/bench/
Df32-softmax.cc134 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/
Dthread_timer.h32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc193 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/
Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc299 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/
Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc299 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
300 timer_->SetIterationTime(seconds); in SetIterationTime()
/external/google-benchmark/src/
Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc294 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
295 timer_->SetIterationTime(seconds); in SetIterationTime()
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc197 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/external/cronet/tot/third_party/google_benchmark/src/bindings/python/google_benchmark/
Dbenchmark.cc169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
/external/cronet/stable/third_party/google_benchmark/src/bindings/python/google_benchmark/
Dbenchmark.cc169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
/external/google-benchmark/bindings/python/google_benchmark/
Dbenchmark.cc169 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()

12