Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Performance monitor for Windows 8

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?

like image 669
Jaska Avatar asked Mar 17 '13 21:03

Jaska


1 Answers

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.)

like image 148
Johan Falk Avatar answered Oct 19 '22 17:10

Johan Falk