連結已複製
3 回應
Hi,
Thank you for posting in Intel Communities.
If the VTune Profiler does not find debug information for the binaries, it statically identifies function boundaries and assigns hotspot addresses to generate pseudo names func@address for such functions
To view the CPU time, click on each line under the tab “Sync Object/function/Call Stack”
On the right side of the page,> under "Call Stacks" > double click on the .c file if present.
A new tab will open, which contains the source and assembly. Here, you can find the CPU time utilization wrt the source line.
Note: Line of code that takes negligible time for execution won’t be displayed.
Regards,
Remya Premdas
