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.
5255 Discussions

Self and count of times that a function is called

aurora_s
Beginner
557 Views
Hi,
How can I know the number of times that a function its called? And how can I sort all the functions by the self time?
Is there any way of creating a call graph?
Thanks in advance!
0 Kudos
1 Reply
David_A_Intel1
Employee
557 Views
hi aurora.s:

Currently, there is no support for function call counts. However, the Bottom Up view of the Hotspots analysis type shows self time (labeled "CPU Time") for functions, when "grouped by" functions:

0 Kudos
Reply