简体   繁体   中英

Performance profiling on a remote PC

I have a 64 bit C++ MFC application developed in VS2015 that normally performs well, but has started to run very slowly on some client Windows 10 PCs. Is it possible to carry out a remote performance profiling session to get to the root of this issue without having to install all of VS2015 on the remote PC? I suspect the issue relates to a Windows update, as the issue occurs primarily on startup, but would like to get some more in-depth analysis.

您可以使用Windows Performance Toolkit ,其中包括Windows Performance Recorder (将在远程计算机上安装和运行)和Windows Performance Analyzer ,该工具可创建记录的Windows事件跟踪(ETW)事件的图形和数据表由Windows Performance Recorder提供。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM