Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4974 Discussions

Can I collect data in multiple mode?

Bak__Jiseong
Beginner
574 Views

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.

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
574 Views

Hello,

HPC Performance analysis also contains memory metrics. What metrics are missed from memory-access in HPC Performance for you?

---

You cannot run both analysis types simultaneously but it might be possible to create a custom analysis type that will contain events for both type of information.

Thanks & Regards, Dmitry

0 Kudos
Reply