Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose the fileno() method of the underlying profiler. | Fred Drake | 2002-07-18 | 1 | -0/+4 |
| | |||||
* | Added docstrings to the Profile class. | Fred Drake | 2002-04-16 | 1 | -0/+31 |
| | | | | | Avoid adding Python wrappers around the underlying C profiler if possible; the extra layer of calls can lead to confusion in interpreting the logs. | ||||
* | Allow user code to call the addinfo() method on the profiler object. | Fred Drake | 2001-10-29 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Preliminary user-level interface to HotShot. We still need the analysis | Fred Drake | 2001-10-12 | 1 | -0/+38 |
tool; look for that on Monday. |