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

Method StartTimer

tensorflow/stream_executor/host/host_gpu_executor.cc:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool HostExecutor::StartTimer(Stream *stream, Timer *timer) {
249 dynamic_cast<HostTimer *>(timer->implementation())->Start(stream);
250 return true;
251}
252
253bool HostExecutor::StopTimer(Stream *stream, Timer *timer) {
254 dynamic_cast<HostTimer *>(timer->implementation())->Stop(stream);

Callers

nothing calls this directly

Calls 2

StartMethod · 0.45
implementationMethod · 0.45

Tested by

no test coverage detected