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

Method release

src/core/include/megbrain/utils/stats.h:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 ~EnableScope() { release(); }
65
66 void release() {
67 if (released) {
68 return;
69 }
70 timer.m_enabled--;
71 released = true;
72 }
73 };
74
75public:

Callers 6

run_level2Function · 0.45
cg_impl.cppFile · 0.45
register_shape_inferMethod · 0.45
applyMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by 2

run_level2Function · 0.36