summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot/stats.py
Commit message (Collapse)AuthorAgeFilesLines
* remove hotshot profiler from Py3kFred Drake2007-10-111-93/+0
|
* Fix raise statements in hotshot.Collin Winter2007-08-221-1/+1
|
* pstats-compatible analysis module.Fred Drake2001-10-151-0/+93
hotshot.stats.load(logfilename) returns a pstats.Stats instance, which is about as compatible as it gets.