Performance tuning prerequisites

A remote C/C++ project is required for performance tuning.
  • 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 remote C/C++ 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 remote C/C++ project:

Feedback