MCPcopy Create free account
hub / github.com/ActiveState/code / profile_off

Function profile_off

recipes/Python/465831_profiling_threads/recipe-465831.py:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def profile_off():
52 threading.setprofile(None)
53 sys.setprofile(None)
54
55def get_profile_stats():
56 """

Callers 1

recipe-465831.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected