Skip to content

Instantly share code, notes, and snippets.

@csiki
Created June 19, 2018 23:28
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 csiki/1e21292fd6df834d67da7f854b4b972c to your computer and use it in GitHub Desktop.
Save csiki/1e21292fd6df834d67da7f854b4b972c to your computer and use it in GitHub Desktop.
ProfStart('output.prof')
# ... Python code that calls C extension you intend to profile ...
ProfFlush()
ProfStop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment