MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StartTimer

Method StartTimer

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:681–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) {
682 return AsGpuTimer(timer)->Start(AsGpuStream(stream));
683}
684
685bool GpuExecutor::StopTimer(Stream* stream, Timer* timer) {
686 return AsGpuTimer(timer)->Stop(AsGpuStream(stream));

Callers

nothing calls this directly

Calls 3

AsGpuStreamFunction · 0.85
AsGpuTimerFunction · 0.70
StartMethod · 0.45

Tested by

no test coverage detected