问题标签 [xperf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
stack - Xperf UserSession 错误:标志无效。(0x3ec)
我已阅读Xperf 中的 Capture 调用堆栈和事件。我正在尝试使用在我的提供者名称后添加':::stack'来跟踪我的用户事件的调用堆栈,但我失败并得到如下错误:xperf: error: UserSession: Invalid flags。(0x3ec)。我的命令是xperf -start UserSession -on ASP_NET_Metric_Provider:::'stack'
,我也试过这个xperf -on Base -stackwalk profile -start mysession -on ASP_NET_Metric_Provider:::'stack'
并得到了类似的错误。一些信息:我以管理员身份运行 Powershell。这是我的 Xperf 版本:(Microsoft (R) Windows (R) Performance Analyzer Version 10.0.19041)
Xperf 版本
我怎么能通过这个?谢谢!
windows - 识别 winlogon 的订阅者(exe 或进程)
嗨,我想调试登录延迟,我可以看到 eventvwr 事件,如下所示,大约需要 50-60 秒才能完成。
无法确定哪个是订阅此事件的进程/exe,因此我可以专注于 wpr 跟踪中的特定进程活动。
如果我可以使用某些工具或 cokmmand 检查一些 cmd,哪些订阅者注册了 winlogon,这肯定会有所帮助