rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.61k stars 255 forks source link

Line Profiling Anonymous Function #11

Closed cancan101 closed 5 years ago

cancan101 commented 9 years ago

For example how would I line profile this view function: https://github.com/tomchristie/django-rest-framework/blob/1e9ea377e3f0521ec5d9c21527cfad3c7626baaa/rest_framework/viewsets.py#L61 ?