nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Provide more examples with typical profiling scenarios #33

Closed nvdv closed 8 years ago

iMerica commented 8 years ago

An example using a Django manage command or profiling all of Django itself would be awesome.

nvdv commented 8 years ago

:+1:

nvdv commented 8 years ago

I've just added pure Python, Django and Flask examples. You can find them in examples directory.