Windows性能分析器有一个名为“焦点窗口”的图形。我应该在xperf命令行中指定哪个提供者/跟踪标志来获得这样的图形?
答案 0 :(得分:2)
“焦点窗口”信息由Microsoft-Windows-Win32k提供商提供。例如:
xperf -start uisession -on Microsoft-Windows-Win32k
答案 1 :(得分:0)
我使用它,它也捕获所需的数据:
xperf -start perf!GeneralProfiles.InBuffer && timeout -1 && xperf -stop perf!GeneralProfiles.InBuffer Trace.etl
这可以捕获您需要的大部分数据。