Complete the following procedure to profile an instrumented target application:
- Run the application
AMDuProfCLI collect --config tbp -o <outputFolderPath> <applicationNameToBeProfiled>.The raw output is generated in the directory
<Session Directory>/instrument. - To generate:Summary report:
AMDuProfCLI report –i < outputFolderPath >Detailed report:AMDuProfCLI report –i < outputFolderPath > --detail