DEBSOURCES
Skip Quicknav
sources / python-memory-profiler / 0.61-2 / test / test_as.py
123456789
import math @profile def f(): o = math.sqrt(2013) return o if __name__ == '__main__': f()