Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/joerick/pyinstrument
/ A
Class
A
examples/context_api.py:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
class
A:
35
@pyinstrument.profile()
36
def
foo(self):
37
time.sleep(0.1)
38
39
40
if
__name__ ==
"__main__"
:
Callers
1
context_api.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected