Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

Cumulative Function + Children Counter Values?

floopydrive7901
Beginner
168 Views
Hi Everyone

How do I measure counter values for functions together with its children? For example

A calls X and Y
B calls X and Z

How do i get cumulative counter results for calls of A (including X and Y results) and calls of B. Generating reports at the granularity of functions and modules do not seem to give information including children values. Those values seem to be listed under the children seperately. Hence library code gets difficult to account for correctly.

Thank you for your suggestions in advance.

best wishes
Manish

0 Kudos
3 Replies
Peter_W_Intel
Employee
168 Views

Hi Manish,

If you review Bottom-up report: CPU time of Function A indicates itself time, all items (callers) in Call Stack also indicatesCPU time of Function A. There is no indicator for CPU time of Function A and its children together.

Please use Top-down tree report: all functions and their children (in Call Stack) with CPU time will be displayedunder one node. See below example, you can select items to know "Total" on last row.

Regards, Peter

floopydrive7901
Beginner
168 Views
Thanks Peter. This is helpful. Can I do this analysis for performance counter values? Say I wish to find out total branch mispredictions for my function and also for each of its children? Lastly how can I do that from the command line?

thank you
Manish
Peter_W_Intel
Employee
168 Views
No. Unfortunately there is no Top-down tree report for Hardware PMU event-based data collection.
Reply