You can use selective instrumentation to have Quantify instrument and collect performance data for just those .NET managed classes that you specify.
To use selective instrumentation for performance profiling:
1. Open the Default Settings or Executable Settings dialog box, or click Settings in the Run Program dialog box.
2. Select the PowerCheck tab.
3. Click Configure... in the Managed group to open the Class Instrumentation dialog box.
4. In the Class Instrumentation dialog box, select the type of instrumentation you want to perform in the Classes to Instrument group:
§ select All Classes to specify classes to exclude from data collection. All other classes are included.
§ select Selected Classes to specify classes to include in data collection. All other classes are excluded.
5. In the Pattern Tree, select the character string patterns that you want Quantify to compare against fully qualified class names at runtime.
6. Click OK. The current Pattern Tree is automatically saved in an .ini file. For details about .ini files and their locations, click .
Notes:
§ Use the File menu to save (export) Pattern Trees to .ini files, or load (import) previously saved Pattern Trees.
§ You can use the /QuantifyClassesExcludeMust and /QuantifyClassesIncludeMust command line options in scripts and from the command line to selectively instrument .NET classes.
§ To use selective instrumentation patterns and settings that you save from the Quantify user interface in the command line, use the /ExeIniFileName command line option.
§ The availability of debug line data affects the level at which Quantify can perform instrumentation. For more information, click
(C) Copyright IBM Corporation 1993, 2009.