To configure options for the Profiler, do the following:
- Launch the Vitis software platform.
- Create a new standalone application project or select an existing one.
- Select .
- In the Run Configurations page, expand Launch on Hardware (Single Application Debug).
- Create a run configuration.
- Click the Application view.
- Click the Edit button to view and configure the Advanced Options.
- In the Profile Options area, select the Enable Profiling check box.
- Select Non-Intrusive.
- Specify the low address and the high address of the program range to be profiled. Alternatively, select the Program Start or the Program End check box to auto-calculate the low or high address from the program.
- Count Instructions to count the number of instructions executed. Alternatively, select Count Cycles to count the number of cycles elapsed.
- Select Cumulative Profiling to profile without clearing the profiling buffers from the last execution.
- Click OK to save the configurations.
- Click Run to profile the selected project.