• Fred Drake's avatar
    Removed useless code to count the number of calls into the profiler. · 30d1c75d
    Fred Drake authored
    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.
    30d1c75d
_hotshot.c 42.1 KB