MCPcopy 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
84def enable_sigusr2_handler():
85 """
86 Toggle YAPPI profiler
87 """
88 enable_sig_handler("SIGUSR2", _handle_sigusr2)
89
90
91def inspect_stack():

Callers 1

startMethod · 0.90

Calls 1

enable_sig_handlerFunction · 0.85

Tested by

no test coverage detected