Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -93/+0 |
| | |||||
* | Fix raise statements in hotshot. | Collin Winter | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | pstats-compatible analysis module. | Fred Drake | 2001-10-15 | 1 | -0/+93 |
hotshot.stats.load(logfilename) returns a pstats.Stats instance, which is about as compatible as it gets. |