Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | runcall(): Expose the return value of the profiled function; this allows | Fred Drake | 2001-10-15 | 1 | -1/+1 |
| | | | | | | changing an application to collect profile data on one part of the app while still making use of the profiled component, without relying on side effects. | ||||
* | Avoid deep recursion when reading the header of the log file. | Fred Drake | 2001-10-15 | 1 | -28/+39 |
| | | | | | Add support for extracting function names from the log file, keeping the extract-names-from-sources support as a fallback. | ||||
* | When we reach the end of the log file, close the logreader object. | Fred Drake | 2001-10-13 | 1 | -1/+3 |
| | |||||
* | Preliminary user-level interface to HotShot. We still need the analysis | Fred Drake | 2001-10-12 | 2 | -0/+173 |
tool; look for that on Monday. |