MCPcopy 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
83private:
84 std::chrono::time_point<std::chrono::system_clock> m_start, m_stop;

Callers 3

basic_load_from_pathFunction · 0.45
load_from_path_run_cudaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected