首页 文章

我在哪里可以下载适用于Windows 8的WPF Performance Suite

提问于
浏览
28

这里描述了WPF Performance Suite:

http://msdn.microsoft.com/en-us/library/aa969767.aspx#installing_the_wpf_performance_suite

  • 如何在Windows 8上安装它?

(无法安装Windows 7 SDK,Windows 8 SDK包含GPUView等性能工具,但不包含WPF剖析器“Perforator”和“Visual Profiler” .

我用Google搜索了几个小时,但没有找到任何东西 .

4 回答

  • 1

    好吧,我让它在Windows 8下运行,但仅限于框架4 .

    Download the tools(从以上Athari借来的链接)

    安装并测试 . 选择可视化分析器并附加到进程 . 如果它似乎不起作用,请下载this patch from MS .

    安装补丁后,我现在再次使用它 . 这是在基于Dell XPS 17 i7的计算机上运行的Windows 8 Pro上 .

  • 6
  • 33

    Visual Studio 2015附带“Timeline”,根据我的估计,它大致提供与Visual Profiler相同的功能 . 它可以在.net4上配置WPF,包括4.5,4.6 .

    它可以开始

    要在Visual Studio 2015 CTP 5中分析WPF应用程序,请从“调试” - >“不使用调试的启动诊断工具”(ALT F2)菜单中打开“性能和诊断”中心 . 选择“应用程序时间轴”工具,然后单击“启动”(您还可以在“应用程序时间轴”工具旁边运行“CPU使用率”工具) .

    (来源:https://blogs.msdn.microsoft.com/wpf/2015/01/16/new-ui-performance-analysis-tool-for-wpf-applications/

  • 1

    我设法下载所有内容并在 Windows 10 下使用 .NET 4.5 WPF app 工作 .

    • 按照Microsoft在Where to Download WPF Performance Suite? (Perforator, Visual Profiler)的说明进行操作 . 您需要安装应用程序及其时区补丁 .

    • 您必须运行WPF配置文件应用程序 before 才能运行目标应用程序 .

    • 尝试将目标应用程序作为 Administrator 运行 . 它需要提升权限,否则它不会出现在 Select Process 对话框中 .

    • 如果您无法将目标应用程序作为 Administrator 运行,那么您仍然可以使用 Actions..Launch Process 来启动它 .

相关问题