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

Calculate how many times is called a function with Vtune?

Eduardo_Mendi
Beginner
302 Views
Hi,

I would like to know How meny times is calculated a function during execution.

With Vtune I get Instructions Retired, CPU_CLK_UNHALTED,... But is It possible to calculate how many times a function is called?

Thanks,

Edu
0 Kudos
1 Reply
TimP
Honored Contributor III
302 Views
I'd use a tool such as gprof which incorporates such counts. The profiling included with Intel compilers (prof_gen) also has such capabilities. VTune call graphing overlaps on some of these functions.
0 Kudos
Reply