summaryrefslogtreecommitdiff
path: root/cherrypy/lib/profiler.py
Commit message (Expand)AuthorAgeFilesLines
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+5
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-17/+17
* Fix E402 in lib/profilerSviatoslav Sydorenko2016-09-081-14/+13
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-3/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-4/+7
* Fix typo in profiler docsDavide Ceretti2015-09-011-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-7/+13
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+4
* StringIO is enough without the if sys.version...Eneldo Serrata2013-06-141-5/+2
* fix profiler.py bug when runing in python 3.xEneldo Serrata2013-06-121-2/+5
* Pass keyword args through ProfileAggregator's run methodManuel Giffels2013-04-181-2/+2
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-20/+20
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+208
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-208/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-5/+2
* Sphinx docs (rsts) for rest of cherrypy.lib.*chbrown2010-02-241-12/+18
* A couple syncs with python3.Robert Brewer2009-10-171-0/+1
* Removed py3print.Robert Brewer2009-06-141-1/+4
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-5/+1
* trunk - bringing the lib/profiler into line with python3 branch - delaying th...Lakin Wecker2009-05-311-8/+15
* Fixed outdated warning for profiler on Debian.Robert Brewer2009-02-111-3/+2
* Doc tweaks.Robert Brewer2008-07-031-1/+9
* Fix for #827 (Profile viewer doesn't work with Python2.5).Robert Brewer2008-06-231-8/+17
* Docstring.Robert Brewer2007-11-081-1/+1
* Added support for passing **params in the profiler (trunk).Christian Wyglendowski2007-05-041-3/+3
* API and docstring cleanups:Robert Brewer2006-08-261-1/+1
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-1/+1
* Changed server.start to server.quickstart, and server.start_all to server.start.Robert Brewer2006-08-051-3/+1
* New ProfileAggregator class.Robert Brewer2006-07-101-8/+33
* Moved profiling into WSGI middleware.Robert Brewer2006-07-101-1/+17
* Moved covercp, profiler to tree.mount syntax.Robert Brewer2006-05-071-3/+2
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-1/+1
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-0/+1
* Oops. Debian is missing the pstats module too.Robert Brewer2005-12-231-2/+3
* Fix for #419 (no profile.py on Debian).Robert Brewer2005-12-231-1/+11
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-3/+3
* Changed profiler from hotshot to profile module. This allows Py2.4 users to p...Robert Brewer2005-11-291-5/+4
* Fix for http://groups.google.com/group/cherrypy-users/msg/3ced4cf8cbbbcf97Robert Brewer2005-11-211-1/+1
* Made profiler output more readable by prepending __init__.py modules' parent ...Robert Brewer2005-11-211-0/+9
* Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).Robert Brewer2005-10-311-28/+0
* 1. Config section [global] (pathless) is now distinct from [/] (root path); t...Robert Brewer2005-08-091-5/+4
* Added a cherrypy._appserver_state flag. Helps report errors when server.start...Robert Brewer2005-07-041-1/+1
* Implements ticket #195.Robert Brewer2005-06-251-12/+12
* Now using 'global' for the main config key. ('/' still works but 'global' is ...Remi Delon2005-06-141-1/+1
* Merged new test suite from branches/ticket-177 into trunk.Robert Brewer2005-06-101-0/+153