Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ reset_start
Method
reset_start
lite/example/cpp_example/helper.h:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
static_cast<double>(u.count()) / 1000000.0);
80
}
81
void reset_start() { m_start = Clock::now(); }
82
83
private:
84
std::chrono::time_point<std::chrono::system_clock> m_start, m_stop;
Callers
3
basic_load_from_path
Function · 0.45
basic_load_from_path_with_loader
Function · 0.45
load_from_path_run_cuda
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected