Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_stats
Method · 0.45
timeout
Function · 0.45
_wrapper
Method · 0.45
_wrapper
Method · 0.45
_main
Function · 0.45
_run_test
Function · 0.45
test_container
Method · 0.45
test_plot
Method · 0.45
test_thread_safety
Method · 0.45
setUp
Method · 0.45
Calls
2
profile_ctx
Method · 0.80
__enter__
Method · 0.45
Tested by
8
_wrapper
Method · 0.36
_wrapper
Method · 0.36
_main
Function · 0.36
_run_test
Function · 0.36
test_container
Method · 0.36
test_plot
Method · 0.36
test_thread_safety
Method · 0.36
setUp
Method · 0.36