Hi,
I am using vtune_2015_update3 to analyze my application.
My Run Command:
amplxe-cl -collect general-exploration -r
My Application code: (C)
#include "ittnotify.h"
__itt_resume();
// Code region of interest
__itt_pause();
I include the necessary libraries while compilation.
The collection keeps running for a long time (several hours) and does not give any results. My application runtime is about 80s. Can anyone help me solve this issue?