Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to reflect changes to the low-level logreader: share the info | Fred Drake | 2001-10-29 | 1 | -10/+19 |
* | Allow user code to call the addinfo() method on the profiler object. | Fred Drake | 2001-10-29 | 1 | -0/+3 |
* | pstats-compatible analysis module. | Fred Drake | 2001-10-15 | 1 | -0/+93 |
* | runcall(): Expose the return value of the profiled function; this allows | Fred Drake | 2001-10-15 | 1 | -1/+1 |
* | Avoid deep recursion when reading the header of the log file. | Fred Drake | 2001-10-15 | 1 | -28/+39 |
* | 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 |