Running instrumented applications

To run a program with runtime analysis tools enabled, you must run it as an instrumented application.

About this task

If you run the program with a standard C/C++ run configuration, the program is not instrumented and the runtime analysis tools are not used.

Procedure

To run an instrumented application:
  1. Click Project > Clean > Clean all projects.
    If the project is successfully built, in the project explorer, the Binaries folder contains the compiled instrumented program for the project.
  2. Right-click the instrumented program and click Run As > Run Instrumented Application.

Results

After running the instrumented application, in the Project Explorer, the Application Result folder contains the compiled binary executable for the project. To view the results of the run, see Opening runtime analysis reports.