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