I am going to record all performance metrics mentioned
https://software.intel.com/en-us/vtune-amplifier-help-cpu-metrics-reference
by using VTune in command line for my C++ code.
I used $ amplxe-cl -collect [-action-option]
with different -action-option
https://software.intel.com/en-us/vtune-amplifier-help-collect#7A146C04-7...
My question is: Is it possible to get all metrics in one file or only view all metrics with one command?