适用于Windows 8的WPF性能监视器

时间:2022-09-10 21:02:38

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.

我正在尝试监视/找到我的WPF应用程序的最大性能瓶颈,我一直在谷歌搜索的所有地方都在说“安装WPFPerf.msi”,但要安装它,我应该先安装Windows SDK 7.1,但是在Windows 8上安装失败。

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

WPFPerf已从Windows 8 SDK工具包中删除..

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

那么在Windows 8中是否有任何WPF性能监控工具?

1 个解决方案

#1


6  

You have the option to start a performance analysis from the Analyze menu in Visual Studio when in a WPF project. See this screenshot: 适用于Windows 8的WPF性能监视器

在WPF项目中,您可以选择从Visual Studio中的“分析”菜单启动性能分析。看这个截图:

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

(这是来自Visual Studio 2012 Ultimate,安装了Windows 8 SDK。)

#1


6  

You have the option to start a performance analysis from the Analyze menu in Visual Studio when in a WPF project. See this screenshot: 适用于Windows 8的WPF性能监视器

在WPF项目中,您可以选择从Visual Studio中的“分析”菜单启动性能分析。看这个截图:

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

(这是来自Visual Studio 2012 Ultimate,安装了Windows 8 SDK。)