Changes between Version 19 and Version 20 of ProfilingDjango
- Timestamp:
- Aug 27, 2018, 10:58:53 AM (6 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