Use the PowerCheck tab in the Properties dialog box to view the instrumentation settings for the selected run of a native-compiled (unmanaged) program.
These are the main controls in the dialog box:
Use minimal instrumentation when the module doesn't contain debugging information
Use minimal instrumentation when the module is larger than <threshold value> KB
Default coverage level: Line (available when you are collecting coverage data)
Default coverage level: Function (available when you are collecting coverage data)
Exclude all modules in Windows directories (available when you are collecting coverage data)
Notes:
§ To change settings for future runs of the program, use the PowerCheck tab in the Settings for exename dialog box.
§ Use the Modules tab in the Properties dialog box to see exactly how Purify instrumented each module. Purify's default instrumentation is based on the size of each module in the program and the availability of relocation data, so modules may occasionally be instrumented at a level you did not intend. To change instrumentation levels on a per module basis, use the Module Instrumentation dialog box.
§ Properties are the combination of default and executable settings that you specified at the time the program was instrumented and run. Properties also include information about the modules Purify instrumented, the log Purify created when it instrumented files, and other run details.
(C) Copyright IBM Corporation 1992, 2010.