Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
107 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have generated a MeasureCPUAndElapsedTime.exe file in debug mode with visual studio.
I open the eml file with the wpa.
I set the symbols path to:
E:\7_DevelopmentSupport\Amesim\2_Support\Performance\cpp_MeasureCPUAndElapsedTime\MeasureCPUAndElapsedTime\x64\Debug;srvC:\symbols
I load the symbols
I dont see much extra call stacks in the CPU usage of MeasureCPUAndElapsedTime.exe
QUESTION
What I'm doing wrong?