index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
panels
/
timer.py
Age
Commit message (
Expand
)
Author
2011-11-15
Only call _elapsed_ru() in TimerPanel when resource module is available.
Andi Albrecht
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Tweaks to the version panel, and whitespace corrections for the timer panel
bkonkle
2011-09-12
Tweaks to the timer panel, and a correction to the profiling panel
bkonkle
2011-09-10
Also add the BSD specific value and comment them out
Yann Malet
2011-09-10
Apply the same changes to the timer panel
Yann Malet
2010-04-07
Revert "Start of splitting off data collection classes and panel classes."
Rob Hudson
2010-03-03
Start of splitting off data collection classes and panel classes.
Rob Hudson
2010-01-14
Template panel context cleanup.
Chris Adams
2009-11-18
Marked more strings for translation and updated 'fr' locale.
David Jean Louis
2009-08-25
added spanish translation of the panels nav title
Percy Perez-Pinedo
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...
Rob Hudson
2008-12-11
Win32 systems don't have the resource module. This patch codes around it so ...
Rob Hudson
2008-12-09
Minor cleanup and template change to previous commit.
Rob Hudson
2008-12-09
Added more of the rusage stats in a drop-down panel
Martin Maney
2008-12-09
Added fine-grained CPU usage to timer
Martin Maney
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-07
adding a name attribute to base panel since we are likely to put more stuff i...
Rob Hudson
2008-09-06
Updating panels to include more info without action required
Rob Hudson
2008-08-28
decided to change timer to display in milliseconds
Rob Hudson
2008-08-28
adding a timing panel
Rob Hudson