Skip to content

Instantly share code, notes, and snippets.

@andrewcstewart
Created February 4, 2013 21:38
Show Gist options
  • Save andrewcstewart/4709935 to your computer and use it in GitHub Desktop.
Save andrewcstewart/4709935 to your computer and use it in GitHub Desktop.
import pycallgraph
pycallgraph.start_trace()
# insert code
pycallgraph.make_dot_graph('test.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment