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

Method start

dnn/test/common/timer.h:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 m_stopped = false;
19 }
20 void start() {
21 megdnn_assert(!m_started);
22 megdnn_assert(!m_stopped);
23 m_started = true;
24 m_start_point = clock::now();
25 }
26 void stop() {
27 megdnn_assert(m_started);
28 megdnn_assert(!m_stopped);

Callers 8

_try_get_raw_dataMethod · 0.95
TEST_FFunction · 0.45
do_execMethod · 0.45
TESTFunction · 0.45
execMethod · 0.45
exectMethod · 0.45
searchMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected