I'd like to use line_profiler to profile a single large method line by line in my GoogleAppEngine application.
Unfortunately GAE doesn't seem to let you import .so libraries, even on a local dev server.
How could I go about achieving my goal? I'd be happy to use a python-only solution, if there's one out there, or take suggestions as to how to write my own.