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

Method StartTimer

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:837–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) {
838 return AsGpuTimer(timer)->Start(AsGpuStream(stream));
839}
840
841bool GpuExecutor::StopTimer(Stream* stream, Timer* timer) {
842 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