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
Fred Drake
e7d8a78b8e
runcall(): Expose the return value of the profiled function; this allows
...
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.
2001-10-15 22:14:29 +00:00
Fred Drake
d5d5a04040
Avoid deep recursion when reading the header of the log file.
...
Add support for extracting function names from the log file, keeping the
extract-names-from-sources support as a fallback.
2001-10-15 22:05:32 +00:00
Fred Drake
d62f151a2c
When we reach the end of the log file, close the logreader object.
2001-10-13 02:55:40 +00:00
Fred Drake
f019324b5c
Preliminary user-level interface to HotShot. We still need the analysis
...
tool; look for that on Monday.
2001-10-12 20:56:29 +00:00