Created
May 3, 2019 19:51
-
-
Save Makistos/d9014b618d3495290ecf2b4aa1f734d1 to your computer and use it in GitHub Desktop.
Script to handle output from cProfile. #python #profiling
This file contains 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 | |
pstats.Stats('prof').strip_dirs().sort_stats("cumulative").print_stats() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment