MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / exit_all_blocks

Method exit_all_blocks

tools/toolchain_profiler.py:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232
233 @staticmethod
234 def exit_all_blocks():
235 for b in ToolchainProfiler.block_stack[::-1]:
236 ToolchainProfiler.exit_block(b)
237
238 class ProfileBlock(Logger):
239 def __init__(self, block_name):

Callers 1

record_process_exitMethod · 0.80

Calls 1

exit_blockMethod · 0.80

Tested by

no test coverage detected