calc_profile.py 101 Bytes EditWeb IDE 1 2 3 import pstats p = pstats.Stats('calc.profile') p.strip_dirs().sort_stats('cumulative').print_stats()