Performance tuning prerequisites

A project is required for performance tuning. Normally this would be a Local / Remote C/C++ project for tuning your C/C++ or Java/JNI application or an AIX COBOL project for tuning your COBOL application, but may be any project that is enabled for remote support with the Remote Reconciler.
  • The project is used as a place to store the collected performance data. This is the minimum requirement, the project may be initially empty.
  • However, it is recommended to create the project using the application's source code if available.
    • A Local / Remote C/C++ project or AIX COBOL project will enable advanced editing and building functionality, providing a complete and well integrated development and performance test environment.
    • The complete set of performance tuning features will be available, such as the ability to view source code along with line-level performance data.
Steps to create a Local / Remote C/C++ project:

Feedback