Use one of these callstack report types to output callstack information for a Hotspots analysis result. These reports focus on call sequences, beginning from the application root, which is usually the main function.
Examples
Generate a gprof-cc report from the r001hs hotspots result and output to stdout.
$ amplxe-cl -report gprof-cc -result-dir r001hs
Generate a gprof-cc report and save it in tab-delimited format as MyReport.csv.
$ amplxe-cl -R gprof-cc -r r001hs -format csv -csv-delimiter tab -report-output MyReport.csv
Generate a callstacks report that is grouped by function.
$ amplxe-cl -R callstacks -r r001hs -group-by function
Parent topic: Generating Reports from the Command Line
Inglese