Analyzers
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.
4789 Discussions

Call graph not showing functions executed from GUI

Aseem_A_Intel
Employee
171 Views
Using the Call graph, I am not able to see the functions that I am executingfrom theGUI ofmy software. It shows me main(), and then goes to Fl:wait. How do I go to the function I execute by clicking on the GUI after Fl:wait.
0 Kudos
2 Replies
Aseem_A_Intel
Employee
171 Views

I found the path to my internal functions through Fl:wait->dispatchmessageA->WndProc->Flhandle->Flwidgetdocallback.

Peter_W_Intel
Employee
171 Views
Hello,

My comments are:

1. Ensure if your interest of function is "inline", "inline" function willnot be shown in report.
2. Ensure if your interest of function isexecuted,not executed function will notbe reported.
3.Mybe your interest of function ran shortly.It will not be shown because it is not in Top N. Please change "Auto" to "All" in "Show top" list then click "Recalculate" button.

Hope it helps.

Regards, Peter
Reply