Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
public:
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
TearDown
Method · 0.45
TearDown
Method · 0.45
set_thread_config
Method · 0.45
TearDown
Method · 0.45
TearDown
Method · 0.45
make
Method · 0.45
test_conv_config_combinations
Method · 0.45
TEST
Function · 0.45
BenchmarkerBase
Class · 0.45
exec
Method · 0.45
exect
Method · 0.45
make
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected