Tagged Questions

1
vote
3answers
107 views

Which compilation option should be set for profiling?

Hi, I need to profile an application compiled with intel's compiler via VC++. I'm using VTune to profile my code. My understanding is that in release mode I won't have the debug information that is …