Version 0 of Hotspot Analysis

Updated 2003-03-25 19:20:00

An advanced feature of Dynamic Debuggers.

An extension of Coverage Analysis. Instead of only remembering which lines were executed, the debugger also remembers how often a line was executed.

This information can then be used to determine which places in the application are executed most and thus warrant optimization.


[ Category Concept

Category Debugging ]