import pstats p = pstats.Stats('profile_run.txt') p.sort_stats('tottime').print_stats(10)