简体   繁体   English

Windows应用程序分析器 - C ++ Exe

[英]Windows Application Profilers - C++ Exe

I have a bat script which calls out to an exe and starts this off - I dont know what language it is written in (Probably C++) 我有一个bat脚本调用exe并启动它 - 我不知道它是用什么语言编写的(可能是C ++)

I want to find a profiler that allows me to run a command a few times and gathers IO/CPU and other stats 我想找一个分析器,它允许我运行几次命令并收集IO / CPU和其他统计信息

It needs to be open source where possible 它必须尽可能是开源的

Any suggestions 有什么建议么

You may try Performance Analysis of Logs (PAL) - http://pal.codeplex.com It has predefined templates for major system metrics (see System Overview template). 您可以尝试日志性能分析(PAL) - http://pal.codeplex.com它具有主要系统指标的预定义模板(请参阅系统概述模板)。

It may automatically create quite impressive report including graphs and brief explanations on detected 'hotspots'. 它可以自动创建令人印象深刻的报告,包括图表和关于检测到的“热点”的简要说明。

I have used Glowcode (www.glowcode.com) in the past. 我过去使用过Glowcode(www.glowcode.com)。 It's not open source, but quite easy to use, can profile an executable, and is available on an evaluation basis as well. 它不是开源的,但非常易于使用,可以分析可执行文件,并且也可以在评估的基础上使用。

I recall it was quite cheap as well. 我记得它也很便宜。

For Windows, XPERF is your friend, and is a free download. 对于Windows,XPERF是您的朋友,可以免费下载。

Check out the Windows Performace Analysis Tools site for more information on this and other tools. 有关此工具和其他工具的更多信息,请查看Windows Performace Analysis Tools站点。

Have fun! 玩得开心!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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