An advanced feature of [Dynamic Debugger]s. 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] ]]