Using Intel Advisor and the roof line model, I would like to assess the performance of a certain function. This function uses the Eigen library for matrix operations, where the main part of work is done.
In the output I can see my function with a relatively small self time and several Eigen functions called by my function. Now I would like to group all FLOPS and memory operations of my function together (rather than of each separate function) and use this result for the roof line model. How can I achieve this?
Note: I have posted a similar question in the Intel Support Forum [1].
[1] https://software.intel.com/en-us/forums/intel-advisor-xe/topic/806091