【问题标题】:Where can I download WPF Performance Suite for Windows 8在哪里可以下载适用于 Windows 8 的 WPF 性能套件
【发布时间】:2013-01-22 22:26:30
【问题描述】:

此处描述了 WPF 性能套件:

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”。

我用谷歌搜索了几个小时,但没有找到任何东西。

【问题讨论】:

标签: wpf .net-4.0 windows-8


【解决方案1】:

好的,我让它在 Windows 8 下运行,但 afaik 仅适用于框架 4。

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

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

安装补丁后,我现在可以再次使用它。这是在基于戴尔 XPS 17 i7 的机器上运行的 Windows 8 pro 上。

【讨论】:

  • 感谢您的链接。会更喜欢下载页面的链接,而不是文件:)
【解决方案2】:

【讨论】:

  • 我下载了那个(WPF Performance Suite 的 MSI 与 Windows 8 SDK 中的相同),但它不包括 Perforator 和 Visual Profiler。也许我应该把问题改成“我在哪里可以下载 Perforator / Visual Profiler”
  • 我认为我们正在寻找 WPF 性能套装而不是 Windows 性能套装。 !!
【解决方案3】:

我设法通过.NET 4.5 WPF app 下载并在Windows 10 下工作。

  • 按照 Microsoft 在Where to Download WPF Performance Suite? (Perforator, Visual Profiler) 的说明进行操作。您需要同时安装该应用及其时区补丁。
  • 您必须运行 WPF 配置文件应用 before 才能运行目标应用。
  • 尝试以Administrator 运行目标应用程序。它需要提升权限,否则它不会出现在Select Process 对话框中。
  • 如果您无法以Administrator 运行目标应用程序,那么您仍然可以使用 Actions..Launch Process 启动它。

【讨论】:

    【解决方案4】:

    Visual Studio 2015 带有“时间轴”,据我估计,它提供了与 Visual Profiler 大致相同的功能。它可以在 .net4+ 上分析 WPF,包括 4.5、4.6。

    可以启动

    要在 Visual Studio 2015 CTP 5 中分析 WPF 应用程序,请从“调试”->“启动诊断工具而不进行调试 (ALT+F2)”菜单中打开性能和诊断中心。选择 Application Timeline 工具并单击 Start(您也可以在 Application Timeline 工具旁边运行 CPU Usage 工具)。

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

    【讨论】:

      猜你喜欢
      • 2016-08-02
      • 1970-01-01
      • 2017-03-21
      • 1970-01-01
      • 1970-01-01
      • 2012-10-16
      • 2011-02-10
      • 2013-03-06
      • 2011-01-31
      相关资源
      最近更新 更多