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

Method StartNow

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

Source from the content-addressed store, hash-verified

41}
42
43void HostTimer::StartNow() { start_time_ = clock::now(); }
44
45void HostTimer::StopNow() { duration_ = clock::now() - start_time_; }
46

Callers 1

StartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected