Skip to content

Instantly share code, notes, and snippets.

View johncosta's full-sized avatar

John Costa johncosta

View GitHub Profile
@johncosta
johncosta / README.md
Created November 30, 2012 22:09 — forked from jpetazzo/README.md
Wrap your WSGI app with Guppy

Edit your wsgi.py file to wrap your application object as shown in the attached example.

Then go to /__guppy__ to see memory usage profiling.

This is very basic and probably needs to be refined.