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

call graph view

srinivasadrin
Beginner
384 Views
Not able to view all the functions of my application in the call graph view
0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
384 Views
Quoting - srinivasadrin
Not able to view all the functions of my application in the call graph view

Call Graph provides the function tree that was executed while application run.

One more reason for not displaying all functions is absence of symbol information for the executable/modules. Use compiling options /Zi /DEBUG for Windows or -g for Linux in this case.

0 Kudos
Reply