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

Roofline model for one certain method including all submethods

Michael_R_9
Beginner
521 Views

Hello all,

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?

Related questions: I posted a question on stackoverflow [1] and in this forum I think the question [2] is related. Unfortunately, no answers yet.

Thanks a lot in advance,
Michael

[1] https://stackoverflow.com/questions/55135055/intel-advisor-inspect-method-including-all-submethods
[2] https://software.intel.com/en-us/forums/intel-advisor-xe/topic/785540

0 Kudos
1 Reply
Michael_R_9
Beginner
521 Views

As pointed out on StackOverflow, the Roofline with Call Stacks does the trick [1].

[1] https://software.intel.com/en-us/articles/roofline-with-callstacks

0 Kudos
Reply