Skip to content

Instantly share code, notes, and snippets.

@caiofcm
Created March 20, 2018 15:19
Show Gist options
  • Select an option

  • Save caiofcm/32a57cc889e7abb75df4f22a77cde94e to your computer and use it in GitHub Desktop.

Select an option

Save caiofcm/32a57cc889e7abb75df4f22a77cde94e to your computer and use it in GitHub Desktop.
python-profile-execution

Python Profile

Currently using Snakeviz:

Steps

  • pip install snakeviz
  • python -m cProfile -o program.prof my_program.py
  • snakeviz program.prof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment