Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanup: | Fred Drake | 2002-05-29 | 1 | -5/+11 |
* | Added docstrings to the Profile class. | Fred Drake | 2002-04-16 | 1 | -0/+31 |
* | Set/update self.cwd properly. | Fred Drake | 2002-03-12 | 1 | -14/+51 |
* | 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 |