MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / start

Method start

monai/utils/profiling.py:426–428  ·  view source on GitHub ↗
(self, engine)

Source from the content-addressed store, hash-verified

424 return self
425
426 def start(self, engine):
427 self.ctx = self.profiler.profile_ctx(self.name)
428 self.ctx.__enter__()
429
430 def end(self, engine):
431 self.ctx.__exit__(None, None, None)

Callers 11

__enter__Method · 0.45
get_all_case_statsMethod · 0.45
timeoutFunction · 0.45
_wrapperMethod · 0.45
_wrapperMethod · 0.45
_mainFunction · 0.45
_run_testFunction · 0.45
test_containerMethod · 0.45
test_plotMethod · 0.45
test_thread_safetyMethod · 0.45
setUpMethod · 0.45

Calls 2

profile_ctxMethod · 0.80
__enter__Method · 0.45

Tested by 8

_wrapperMethod · 0.36
_wrapperMethod · 0.36
_mainFunction · 0.36
_run_testFunction · 0.36
test_containerMethod · 0.36
test_plotMethod · 0.36
test_thread_safetyMethod · 0.36
setUpMethod · 0.36