aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/timer.py
AgeCommit message (Expand)Author
2010-04-07Revert "Start of splitting off data collection classes and panel classes."Rob Hudson
2010-03-03Start of splitting off data collection classes and panel classes.Rob Hudson
2010-01-14Template panel context cleanup.Chris Adams
2009-11-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-12added in-panel titleIdan Gazit
2009-08-12renamed title/subtitle -> nav_title/nav_subtitleIdan Gazit
2009-08-11Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...Rob Hudson
2008-12-11Win32 systems don't have the resource module. This patch codes around it so ...Rob Hudson
2008-12-09Minor cleanup and template change to previous commit.Rob Hudson
2008-12-09Added more of the rusage stats in a drop-down panelMartin Maney
2008-12-09Added fine-grained CPU usage to timerMartin Maney
2008-09-21Refactoring middleware and panels so panels have more explicit middleware-likeRob Hudson
2008-09-07updating to pass around the request objectRob Hudson
2008-09-07adding a name attribute to base panel since we are likely to put more stuff i...Rob Hudson
2008-09-06Updating panels to include more info without action requiredRob Hudson
2008-08-28decided to change timer to display in millisecondsRob Hudson
2008-08-28adding a timing panelRob Hudson