Skip to content

Instantly share code, notes, and snippets.

@iht
Last active November 21, 2020 22:22
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 iht/06901817e1b07c3c9ad911755d0e5f79 to your computer and use it in GitHub Desktop.
Save iht/06901817e1b07c3c9ad911755d0e5f79 to your computer and use it in GitHub Desktop.
Print the output of pstats_agg.py
import pstats
p = pstats.Stats('dataflow.prof')
p.sort_stats('cumulative').print_stats()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment