summaryrefslogtreecommitdiff
path: root/Lib/hotshot
Commit message (Expand)AuthorAgeFilesLines
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* #1019882: if start() and stop() were not in the same stack frame, stats.load(...Georg Brandl2010-07-311-1/+4
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
* Added warning for the removal of 'hotshot' in Py3k.Alexandre Vassalotti2008-03-221-1/+3
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-232-2/+0
* Move testing code into "if __name__ == '__main__'" so it's not run on import.Ka-Ping Yee2003-03-281-21/+21
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-6/+2
* Add clarifying comment.Guido van Rossum2002-07-181-0/+1
* Script to run the pystones "benchmark" under HotShot.Fred Drake2002-07-181-0/+35
* Simplify; the low-level log reader is now always a modern iterator,Fred Drake2002-07-181-6/+1
* Expose the fileno() method of the underlying profiler.Fred Drake2002-07-181-0/+4
* Expose the fileno() method of the underlying log reader.Fred Drake2002-07-181-6/+4
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-0/+3
* We're no longer trying to support older Python versions with thisGuido van Rossum2002-07-181-7/+2
* Minor cleanup:Fred Drake2002-05-291-5/+11
* Added docstrings to the Profile class.Fred Drake2002-04-161-0/+31
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Update to reflect changes to the low-level logreader: share the infoFred Drake2001-10-291-10/+19
* Allow user code to call the addinfo() method on the profiler object.Fred Drake2001-10-291-0/+3
* pstats-compatible analysis module.Fred Drake2001-10-151-0/+93
* runcall(): Expose the return value of the profiled function; this allowsFred Drake2001-10-151-1/+1
* Avoid deep recursion when reading the header of the log file.Fred Drake2001-10-151-28/+39
* When we reach the end of the log file, close the logreader object.Fred Drake2001-10-131-1/+3
* Preliminary user-level interface to HotShot. We still need the analysisFred Drake2001-10-122-0/+173