summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect changes to the low-level logreader: share the infoFred Drake2001-10-291-10/+19
* Allow user code to call the addinfo() method on the profiler object.Fred Drake2001-10-291-0/+3
* pstats-compatible analysis module.Fred Drake2001-10-151-0/+93
* runcall(): Expose the return value of the profiled function; this allowsFred Drake2001-10-151-1/+1
* Avoid deep recursion when reading the header of the log file.Fred Drake2001-10-151-28/+39
* When we reach the end of the log file, close the logreader object.Fred Drake2001-10-131-1/+3
* Preliminary user-level interface to HotShot. We still need the analysisFred Drake2001-10-122-0/+173