MCPcopy Index your code
hub / github.com/pythonprofilers/memory_profiler / f

Function f

test/test_as.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3@profile
4def f():
5 o = math.sqrt(2013)
6 return o
7
8if __name__ == '__main__':
9 f()

Callers 2

test_as.pyFile · 0.70
memory_usageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected