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

Method start

compiler/test/kernel/common/timer.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

searchMethod · 0.80
execMethod · 0.80
proxy_cv_kernelFunction · 0.80
execMethod · 0.80
proxy_kernelFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected