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

Method Nanoseconds

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

Source from the content-addressed store, hash-verified

37}
38
39uint64 HostTimer::Nanoseconds() const {
40 return duration_cast<std::chrono::nanoseconds>(duration_).count();
41}
42
43void HostTimer::StartNow() { start_time_ = clock::now(); }
44

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected