Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void HostTimer::StartNow() { start_time_ = clock::now(); }
44
45
void HostTimer::StopNow() { duration_ = clock::now() - start_time_; }
46
47
} // namespace host
48
} // namespace stream_executor
Callers
1
Stop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected