Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ enable_sigusr2_handler
Function
enable_sigusr2_handler
salt/utils/debug.py:84–88 ·
view source on GitHub ↗
Toggle YAPPI profiler
()
Source
from the content-addressed store, hash-verified
82
83
84
def
enable_sigusr2_handler():
85
""
"
86
Toggle YAPPI profiler
87
""
"
88
enable_sig_handler(
"SIGUSR2"
, _handle_sigusr2)
89
90
91
def
inspect_stack():
Callers
1
start
Method · 0.90
Calls
1
enable_sig_handler
Function · 0.85
Tested by
no test coverage detected