Skip to content

Instantly share code, notes, and snippets.

@rawdigits
Created October 30, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawdigits/e0030d6825251e2e0a80 to your computer and use it in GitHub Desktop.
Save rawdigits/e0030d6825251e2e0a80 to your computer and use it in GitHub Desktop.
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