Created
October 30, 2015 14:20
-
-
Save rawdigits/e0030d6825251e2e0a80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pstats | |
p = pstats.Stats('asdf_1') | |
p.sort_stats('tottime').print_stats(20) | |
p.sort_stats('cumulative').print_stats(20) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment