DEVELOPMENT TOOLS

DEBUGGER ADD-ONS

EUROScoverage is an additional EUROScope plugin used for dynamic code analysis, performance measurement, profiling and code coverage. EUROScoverage provides "dead code recognition," graphical representation of the time consumption of each executed function and other valuable services that are used by developers.
In order to operate, the EUROScoverage requires an additional timer, which provides the “sampling rate”, meaning how often the system is interrupted within a minute to register the current value of the program counter. The actual code coverage is basically done analyzing the executable code following the changes of the program counter over specified time.

4