cpython/Lib/hotshot
Fred Drake 8e26b52a5c Update to reflect changes to the low-level logreader: share the info
dictionary instead of building a new one, and provide an overridable method
to allow subclasses to catch ADD_INFO records that are not part of the
initial block of ADD_INFO records created by the profiler itself.
2001-10-29 20:57:23 +00:00
..
__init__.py Allow user code to call the addinfo() method on the profiler object. 2001-10-29 20:48:09 +00:00
log.py Update to reflect changes to the low-level logreader: share the info 2001-10-29 20:57:23 +00:00
stats.py pstats-compatible analysis module. 2001-10-15 22:18:53 +00:00