Preinstrumenting Modules

Related Topics

When you run a native-compiled (unmanaged) program using inclusive instrumentation, preinstrumenting a module that the program calls can save time, because the instrumented module is already in the PurifyPlus cache directory.

To preinstrument a module from the command line, type:

coverage modulename.dll

You can also drag and drop the module file onto the PureCoverage user interface. For non-executable files, PureCoverage instruments the module but does not run the file. PureCoverage stores the instrumented module in the PurifyPlus cache directory.

(C) Copyright IBM Corporation 1993, 2010.