MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / reset

Method reset

dnn/test/common/timer.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14public:
15 Timer() { reset(); }
16 void reset() {
17 m_started = false;
18 m_stopped = false;
19 }
20 void start() {
21 megdnn_assert(!m_started);
22 megdnn_assert(!m_stopped);

Callers 15

TearDownMethod · 0.45
TearDownMethod · 0.45
set_thread_configMethod · 0.45
TearDownMethod · 0.45
TearDownMethod · 0.45
makeMethod · 0.45
TESTFunction · 0.45
BenchmarkerBaseClass · 0.45
execMethod · 0.45
exectMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected