Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5246 ディスカッション

VTune: CallGraph functions missing when using Intel C Compiler 8.0

danijeldomazet
ビギナー
1,073件の閲覧回数

I am using VTune 6.0 and Intel C Compiler 8.0 (MS Visual Studio 6.0, Win XP). Why can't I see all functions in VTune's Call Graph? Many functions are missing, some are shown with TotalTime=0... When I compile program with Microsoft's C compiler all functions are there, everything always works fine. I have set all Visual Studio Project/Settings like the VTune User's Manual says.

Please help.

0 件の賞賛
2 返答(返信)
bnshah
ビギナー
1,073件の閲覧回数
This could be because the compiler is inlining the functions. What optimization settings are you setting when you use the Intel compiler?
danijeldomazet
ビギナー
1,073件の閲覧回数

Yes, you were right, I have excluded inlining (Ob0) and it works fine. I also had to exclude /fast option since it probably includes inlining as an option. Helped me very much, thanx.

返信