MCPcopy 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
6def test1(l):
7 """test1 docstring"""
8 a = [1] * l
9 time.sleep(1)
10 return a
11
12@profile
13def test2(l):

Callers 1

test_mprofile.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected