Changes between Version 19 and Version 20 of ProfilingDjango
- Timestamp:
- 08/27/18 15:58:53 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProfilingDjango
v19 v20 7 7 I wrap views and other callables I want to examine in a decorator like this one: 8 8 9 {{{ python9 {{{ 10 10 import hotshot 11 11 import os