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

Method profile_block

tools/toolchain_profiler.py:250–251  ·  view source on GitHub ↗
(block_name)

Source from the content-addressed store, hash-verified

248
249 @staticmethod
250 def profile_block(block_name):
251 return ToolchainProfiler.ProfileBlock(ToolchainProfiler.escape_string(block_name))
252
253 @staticmethod
254 def profile():

Callers 3

phase_binaryenFunction · 0.80
perform_sanity_checksFunction · 0.80
run_on_fileFunction · 0.80

Calls 2

LoggerClass · 0.85
escape_stringMethod · 0.80

Tested by

no test coverage detected