6
votes

I'm trying to monitor / find the biggest performance bottlenecks for my WPF application, and all the places I've been googling are saying "install the WPFPerf.msi", but to install that, I should install the Windows SDK 7.1 first, but the installation fails on Windows 8.

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

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

1

1 Answers

6
votes

You have the option to start a performance analysis from the Analyze menu in Visual Studio when in a WPF project. See this screenshot: Performance analysis in Visual Studio 2012

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