Specifying Profiler Configuration - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

To configure options for the Profiler, do the following:

  1. In the Project Explorer or C/C++ Projects view, select a project.
  2. Select Run > Run Configuration.
  3. In the Run Configurations page, expand Launch on Hardware (Single Application Debug).
  4. Create a run configuration.
  5. Click the Application view.
  6. Click the Edit button to view and configure the Advanced Options.
  7. In the Profile Options area, select the Enable Profiling check box.
  8. Specify the sampling frequency and the scratch memory to use for profiling, where:
    1. The sampling frequency is the interrupt interval that the profiling routine uses to periodically check which function is currently being executed. The routine performs the sampling by examining the program counter at each interrupt.
    2. The scratch memory address is the location in DDR3 memory that the domain profiling services use for data collection. The application program should never touch this space.
  9. Click Run to profile the application.