Coverage level: Exclude; Module Instrumentation Dialog Box (Error Detection)

Select whether you want to exclude the selected modules. When you exclude modules, Purify does not collect any coverage data, and the modules do not appear in any coverage tabs.

Excluding modules is a good idea when you want to improve instrumentation and run-time performance of programs, or when you aren't interested in checking coverage for a module.

Notes:

§      By default, some modules in the Windows directories are always excluded and you cannot change their coverage level. Purify calls these modules system modules.

§      If relocation data is not available for a module, Purify excludes the module. In Visual Studio, you can build a release or debug version of your program that contains relocation data by specifying the /fixed:no and /incremental:no linker options.

(C) Copyright IBM Corporation 1992, 2010.