- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to look at the vectorisation report for some code I have in a shared library. I turn it on the way it is described here. I get this message here:
message #10346: optimization reporting will be enabled at link time when performing interprocedural optimizations
But I cannot find the report once the compilation has successfully finished. However, the executable that links to my shared library does produce an optimisation report correctly. Am I doing something wrong?
I am using the 2017 compiler and windows 10 with MSVS 2015.
Thank you for any hints.
Manuel
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rookie mistake! I had the output folder for the report pointing to the same output folder of the executable. And visual studio cleans up the output folder before it dumps the binaries into it. I.e. the compiler was creating the report for the dll first placing it into the folder and then the compiler of the executable was deleting it first thing. Its own report was obviously still there as it came with the executable itself.
Sorry to be wasting your time.
Manuel

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