- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am working with Intel’s vtune performance analyser for various workloads in HPC.
Is there a way I can summarize my runtime analysis as a csv file for each thread ?
Currently I am summarizing vtune analysis to csv using
$ amplxe-cl -report hotspots -result-dir PATH/TO/DIR/ -format=csv -report-output /PATH/TO/SOMETHING.csv
But this command removes per-thread information and only gives me an overall view of the complete application. I want a per thread summary in csv format. I know this can be done on the gui but that’s a lot of manual work and a command line version could be very useful for automation.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you have to try your report command with the following argument: --group-by=thread,function
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page