WPF Performance Monitor for Windows 8

I'm trying to track / detect the performance bottlenecks for my WPF application, and all the places I searched on Google say β€œinstall WPFPerf.msi”, but to install it I have to install the Windows SDK 7.1, but the installation does not work on Windows 8 .

And WPFPerf has been removed from the Windows 8 SDK toolkit.

So, is there any WPF performance monitoring tool that works on Windows 8?

+6
source share
1 answer

You have the option of starting a performance analysis in the Analysis menu in Visual Studio when in a WPF project. See screenshot: Performance analysis in Visual Studio 2012

(This is from Visual Studio 2012 Ultimate with the Windows 8 SDK installed)

+6
source