I follow the instructions on using the "release" build and adding the debug/full but all I get from VTune is a lump -- not broken out by routines (addressses which are way hard to read). The only way I've been able to get it to work is to start with debug build and work backwards for optimizations.
What's the trick? Linking with debug libs? Wasting lots of time trying to get this to work.
連結已複製
4 回應
This doesn't mention adding the linker option /DEBUG. That was the problem. /Zi -- I can add but not sure if it's needed.
