]> granicus.if.org Git - python/commit
Removed useless code to count the number of calls into the profiler.
authorFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:11:02 +0000 (22:11 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:11:02 +0000 (22:11 +0000)
commit30d1c75d1507f49925d18ce6fdc58b6183f31d9e
treea00c494588f27d9be8ee4d5700c5c97e825c172b
parentd5d5a0404021300e35492a930854b4cd6bdc176d
Removed useless code to count the number of calls into the profiler.
Added support for saving the names of the functions observed into the
profile log.
Added support for using the profiler to measure coverage without collecting
timing information (which is the slow part).  Coverage logs can also be
substantially smaller than profiling logs where per-line information is
being collected.
Updated comments on the log format; corrected record type values in some
of the record descriptions.
Modules/_hotshot.c