Home
last modified time | relevance | path

Searched defs:StartTimer (Results 1 – 17 of 17) sorted by relevance

/external/vboot_reference/tests/
Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/libcxx/utils/google-benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/llvm-project/llvm/utils/benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/webrtc/modules/audio_processing/test/
Dperformance_timer.cc29 void PerformanceTimer::StartTimer() { in StartTimer() function in webrtc::test::PerformanceTimer
/external/google-benchmark/src/
Dthread_timer.h23 void StartTimer() { in StartTimer() function
/external/ImageMagick/MagickCore/
Dtimer.c477 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset) in StartTimer() function
Dmethods.h1079 #define StartTimer PrependMagickMethod(StartTimer) macro
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc101 bool XlaInterpreterExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
/external/libchrome/base/timer/
Dtimer_unittest.cc564 void StartTimer() { in StartTimer() function in base::OneShotSelfOwningTimerTester
747 void StartTimer(TimeDelta delay, const Closure& task) { in StartTimer() function in base::__anon3c9bce4a0311::TimerSequenceTest
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc120 bool TpuExecutor::StartTimer(Stream* stream, ::stream_executor::Timer* timer) { in StartTimer() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc261 bool HostExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc513 bool StartTimer(Stream* stream, Timer* timer) override { in StartTimer() function in stream_executor::__anon00950a620111::CStreamExecutor
Dstream_executor_test.cc629 TEST_F(StreamExecutorTest, StartTimer) { in TEST_F() argument
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc734 bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) { in StartTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc642 bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) { in StartTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc792 bool StreamExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::StreamExecutor