Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created October 12, 2012 15:35
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 tbarbugli/3879815 to your computer and use it in GitHub Desktop.
Save tbarbugli/3879815 to your computer and use it in GitHub Desktop.
import objgraph
socks_refs = objgraph.by_type('Connection')
objgraph.show_backrefs(socks_refs, filename='sample-%r.png' % now, max_depth=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment