summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot/__init__.py
Commit message (Expand)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
* 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
* Preliminary user-level interface to HotShot. We still need the analysisFred Drake2001-10-121-0/+38