Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Dtimer.c69 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/
Dtimer_utils.h22 void StopTimer(ClockTimerState* ct);
Dtimer_utils.c12 void StopTimer(ClockTimerState* ct) { in StopTimer() function
Dsha_benchmark.c43 StopTimer(&ct); in main()
Drsa_verify_benchmark.c70 StopTimer(&ct); in SpeedTestAlgorithm()
/external/webrtc/modules/audio_processing/test/
Dperformance_timer.h28 void StopTimer();
Dperformance_timer.cc33 void PerformanceTimer::StopTimer() { in StopTimer() function in webrtc::test::PerformanceTimer
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dthread_timer.h22 void StopTimer() { in StopTimer() function
Dbenchmark.cc171 timer_->StopTimer(); in PauseTiming()
190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/libcxx/utils/google-benchmark/src/
Dthread_timer.h22 void StopTimer() { in StopTimer() function
Dbenchmark.cc171 timer_->StopTimer(); in PauseTiming()
190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/llvm-project/llvm/utils/benchmark/src/
Dthread_timer.h22 void StopTimer() { in StopTimer() function
Dbenchmark.cc336 timer_->StopTimer(); in PauseTiming()
355 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/google-benchmark/src/
Dthread_timer.h30 void StopTimer() { in StopTimer() function
Dbenchmark.cc165 timer_->StopTimer(); in PauseTiming()
184 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc222 perf_timer.StopTimer(); in TEST()
257 perf_timer.StopTimer(); in TEST()
Drnn_vad_unittest.cc147 perf_timer.StopTimer(); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc106 bool XlaInterpreterExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h158 bool StopTimer(Stream *stream, Timer *timer) override;
/external/starlark-go/starlark/
Dbench_test.go115 b.Receiver().(benchmark).b.StopTimer()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h127 bool StopTimer(Stream *stream, Timer *timer) override;
Dhost_gpu_executor.cc266 bool HostExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h152 bool StopTimer(Stream* stream, ::stream_executor::Timer* timer) override;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h260 virtual bool StopTimer(Stream *stream, Timer *timer) = 0;
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h171 bool StopTimer(Stream* stream, Timer* timer) override;

12