Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
uint64 HostTimer::Nanoseconds() const {
40
return duration_cast<std::chrono::nanoseconds>(duration_).count();
41
}
42
43
void HostTimer::StartNow() { start_time_ = clock::now(); }
44
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected