Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

call graph view

srinivasadrin
Beginner
703 Views
Not able to view all the functions of my application in the call graph view
0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
703 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