VTune and .libs

Started by
0 comments, last by gcs584 13 years, 4 months ago
When I profile with VTune, I can get the source code for the project that builds my EXE, but when I try to get source code from linked .lib files, I only get the assembly. These linked .lib files are not 3rd party but ones I made as part of my solution, so I have the source code. Is there a way to configure VTune to be able to load the source for .lib?
-----Quat
Advertisement
I'm guessing Windows here?

Never used VTune, but there should be away to add the .pdb files for the corresponding libraries (i.e. gamedev.lib & gamedev.pdb). Perhaps start out by ensuring that the pdb files are in the same directory as the libs?

See http://en.wikipedia.org/wiki/Program_database.


GCS584

This topic is closed to new replies.

Advertisement