Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pythonprofilers/memory_profiler
/ test2
Function
test2
test/test_mprofile.py:13–16 ·
view source on GitHub ↗
(l)
Source
from the content-addressed store, hash-verified
11
12
@profile
13
def
test2(l):
14
b = [1] * l
15
time.sleep(1)
16
return
b
17
18
def
test3(l):
19
""
"test3 docstring"
""
Callers
1
test_mprofile.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected