Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_binaryen
Function · 0.80
perform_sanity_checks
Function · 0.80
run_on_file
Function · 0.80
Calls
2
Logger
Class · 0.85
escape_string
Method · 0.80
Tested by
no test coverage detected