Skip to content

Instantly share code, notes, and snippets.

@nickstenning
Created September 14, 2011 14:43
Show Gist options
  • Save nickstenning/1216754 to your computer and use it in GitHub Desktop.
Save nickstenning/1216754 to your computer and use it in GitHub Desktop.
  1. . path/to/pyenv/bin/activate

  2. pip install linesman

  3. Add the following to your development.ini:

     [filter-app:profile]
     use = egg:linesman#profiler
     next = main
    
  4. paster serve development.ini -n profile

  5. Visit http://127.0.0.1:5000/__profiler__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment