Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ reset
Method
reset
src/core/include/megbrain/utils/timer.h:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
Timer() { reset(); }
30
31
void reset() { m_start = get_time(); }
32
33
double get_secs() const { return m_start.time_until_secs(get_time()); }
34
Callers
5
make_proxy
Method · 0.45
proxy_to_default_cpu
Method · 0.45
proxy_to_comp_node
Method · 0.45
perform
Method · 0.45
MemAllocPlan
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected