/external/ImageMagick/MagickCore/ |
D | timer.c | 69 StopTimer(TimerInfo *); 304 StopTimer(time_info); in GetElapsedTime() 416 StopTimer(time_info); in GetUserTime() 446 StopTimer(time_info); in ResetTimer() 519 static void StopTimer(TimerInfo *time_info) in StopTimer() function
|
/external/vboot_reference/tests/ |
D | timer_utils.h | 22 void StopTimer(ClockTimerState* ct);
|
D | timer_utils.c | 12 void StopTimer(ClockTimerState* ct) { in StopTimer() function
|
D | sha_benchmark.c | 43 StopTimer(&ct); in main()
|
D | rsa_verify_benchmark.c | 70 StopTimer(&ct); in SpeedTestAlgorithm()
|
/external/webrtc/modules/audio_processing/test/ |
D | performance_timer.h | 28 void StopTimer();
|
D | performance_timer.cc | 33 void PerformanceTimer::StopTimer() { in StopTimer() function in webrtc::test::PerformanceTimer
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | thread_timer.h | 22 void StopTimer() { in StopTimer() function
|
D | benchmark.cc | 171 timer_->StopTimer(); in PauseTiming() 190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
|
/external/libcxx/utils/google-benchmark/src/ |
D | thread_timer.h | 22 void StopTimer() { in StopTimer() function
|
D | benchmark.cc | 171 timer_->StopTimer(); in PauseTiming() 190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | thread_timer.h | 22 void StopTimer() { in StopTimer() function
|
D | benchmark.cc | 336 timer_->StopTimer(); in PauseTiming() 355 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
|
/external/google-benchmark/src/ |
D | thread_timer.h | 30 void StopTimer() { in StopTimer() function
|
D | benchmark.cc | 165 timer_->StopTimer(); in PauseTiming() 184 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 222 perf_timer.StopTimer(); in TEST() 257 perf_timer.StopTimer(); in TEST()
|
D | rnn_vad_unittest.cc | 147 perf_timer.StopTimer(); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 106 bool XlaInterpreterExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
|
D | executor.h | 158 bool StopTimer(Stream *stream, Timer *timer) override;
|
/external/starlark-go/starlark/ |
D | bench_test.go | 115 b.Receiver().(benchmark).b.StopTimer()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 127 bool StopTimer(Stream *stream, Timer *timer) override;
|
D | host_gpu_executor.cc | 266 bool HostExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_executor.h | 152 bool StopTimer(Stream* stream, ::stream_executor::Timer* timer) override;
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 260 virtual bool StopTimer(Stream *stream, Timer *timer) = 0;
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 171 bool StopTimer(Stream* stream, Timer* timer) override;
|