I'm interested in performance related to vectorization and memory access of my application, and I'm quite newbie in VTune.
I use two commands,
amplxe-cl -collect hpc-performance
amplxe-cl -collect memory-access
And, the result of each (r@@@hpc, r@@@macc directories are made) has its detailed data that the other doesn't have. But I want both. So, I'm wondering if I can get the result of both of them with one command.