summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Expose the fileno() method of the underlying profiler.Fred Drake2002-07-181-0/+4
|
* Added docstrings to the Profile class.Fred Drake2002-04-161-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 Drake2001-10-291-0/+3
|
* runcall(): Expose the return value of the profiled function; this allowsFred Drake2001-10-151-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 analysisFred Drake2001-10-121-0/+38
tool; look for that on Monday.