- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This could be because the compiler is inlining the functions. What optimization settings are you setting when you use the Intel compiler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page