Dear Vtune experts,
I am trying to gather hardware counter information for individual functions in a code. While this seems straightforward in GUI, I haven't found a way through command line interface.
In the command line, I tried two reports:
(1) amplxe-cl -R summary -r r012ge
This gives me hardware counter information (instruction count, cache hit rate) for the entire code, but not for specific functions, which is what I need.
(2) amplxe-cl -R hotspots -r r012ge
This gives me timing information for individual functions, but no hardware counter information.
Thanks