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