- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey all,
should VTune show inline frames on Windows, when profiling an application build with Visual Studio 2017 and the <code>/Zo</code> switch? See also my question on StackOveflow: https://stackoverflow.com/questions/47541598/profiling-inlined-c-functions-with-visual-studio-compiler
I initially assumed that the compiler is not adding the required information to the PDB files. Now it seems as if that is the case after all, but VTune is simply not showing the inlined frames? On Linux this works as expected. I have not tried MinGW or the Intel Compiler on Windows.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Inline frames are not supported for binaries built with Visual Studio 2017 and the Zo switch. Linux binaries have another debug. info format (DWARF) and VTune can read it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Will this ever get supported on Windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is in the list of possible improvements but there are no exact plans yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has there been any update on supporting inline frames from PDB files?This would be a useful feature for Windows devs.

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