Windows 性能分析器有一个名为“焦点窗口”的图表。我应该在 xperf 命令行中指定什么提供程序/跟踪标志来获得这样的图表?
问问题
627 次
2 回答
3
“焦点窗口”信息由 Microsoft-Windows-Win32k 提供程序提供。例如:
xperf -start uisession -on Microsoft-Windows-Win32k
于 2013-03-18T15:19:02.747 回答
0
我使用它,它还捕获所需的数据:
xperf -start perf!GeneralProfiles.InBuffer && timeout -1 && xperf -stop perf!GeneralProfiles.InBuffer Trace.etl
这可以捕获您需要的大部分数据。
于 2013-03-19T19:59:49.980 回答