test_speed_profile.py 107 Bytes EditWeb IDE 1 2 3 import pstats p = pstats.Stats('test_speed.profile') p.strip_dirs().sort_stats('cumulative').print_stats()