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

Call graph not showing functions executed from GUI

Aseem_A_Intel
Employee
267 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
267 Views

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

0 Kudos
Peter_W_Intel
Employee
267 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
0 Kudos
Reply