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

Method StopNow

tensorflow/stream_executor/host/host_timer.cc:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43void HostTimer::StartNow() { start_time_ = clock::now(); }
44
45void HostTimer::StopNow() { duration_ = clock::now() - start_time_; }
46
47} // namespace host
48} // namespace stream_executor

Callers 1

StopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected