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

Basic Hotspots Finalization completed with warnings

Wai_Kiat_T_
Beginner
918 Views

I have Intel Visual Fortran XE 2016 installed together with MS Visual 2015. I recently did profiling on my OpenMP code using VTune Amplifier (Run as administrator), but there are some warnings appeared after the finalization of profiling result (see attached figure). I do not have any clue about the warnings, but still I can view the profiling result as usual.
Capture.PNG

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
918 Views

Hello,

VTune reported that it did not find symbol information (.pdb files) for Windows system libraries since they are not accessible on the system by default. In this case VTune uses export table from the modules to resolve functions and sometimes it might be OK. But if you see unresolved function names in these modules and want to have insight there - please look at the following topic how to use Microsoft Symbol Server to get the info: https://software.intel.com/en-us/node/628094

Thanks & Regards, Dmitry

 

0 Kudos
Reply