cpython/Lib/hotshot
Fred Drake 47cada7ab8 pstats-compatible analysis module.
hotshot.stats.load(logfilename) returns a pstats.Stats instance, which is
about as compatible as it gets.
2001-10-15 22:18:53 +00:00
..
__init__.py runcall(): Expose the return value of the profiled function; this allows 2001-10-15 22:14:29 +00:00
log.py Avoid deep recursion when reading the header of the log file. 2001-10-15 22:05:32 +00:00
stats.py pstats-compatible analysis module. 2001-10-15 22:18:53 +00:00