Tagged Questions
5
votes
3answers
604 views
Is VTune Worth Considering for Delphi?
Running through all the questions on profiling tools, I was surprised to discover VTune by Intel that I hadn't heard of before. At $700, it is even more expensive than AQTime.
But before I make the ...
1
vote
1answer
127 views
When profiling, most of the time is spent in nvoglv64.dll. What should I deduce?
I am profiling a C++ application with Intel VTune Amplifier. Most of the time seems to be spent in nvoglv64.dll more precisely in DrvPresentBuffers and/or KeSynchoronizeExecution. Note that I have a ...
1
vote
2answers
249 views
How do I generate symbol information to use with Linux version of Intel's VTune Amplifier?
I am using Intel VTune Amplifier XE 2011 to analyze the performance of my program. I want to be able to view the source code in the analysis results, and the documentation says I need to provide the ...
1
vote
3answers
279 views
Which compilation option should be set for profiling?
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 ...