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

call graph view

srinivasadrin
Principiante
1.624 Visualizações
Not able to view all the functions of my application in the call graph view
0 Kudos
1 Responder
Vladimir_T_Intel
Moderador
1.624 Visualizações
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.

Responder