65.9K
CodeProject 正在变化。 阅读更多。
Home

C/C++ 程序性能分析器

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.29/5 (7投票s)

2002年11月12日

viewsIcon

64926

该程序能够获取 C/C++ 程序的性能以及任何指标的代码片段的性能。

引言

网页
http://alexvn.freeservers.com/s1/perfometer.html

下载
http://www.simtel.net/pub/pd/60044.shtml
http://home.barak-online.net/alexvn/s2/pf/pmeter22.zip



该程序能够获取 C/C++ 程序的性能以及任何指标的代码片段的性能(例如:uclocks、rusage 指标、用户自定义指标等)。

测量结果以详细/摘要报告的形式呈现。
详细报告包含单个测试的结果,摘要报告包含平均成本及其分析。
比较结果以比较表格的形式呈现,用于单个比较组。
用户可以设置各种参数来控制测量/比较过程:测量报告和详细测量报告标志、总迭代次数和测试次数、测量比例、置信阈值。



源代码
http://groups.google.com/groups?th=9560b3b3760966fe

原始运行日志列表
http://groups.google.com/groups?as_ugroup=misc.test&as_usubject=performance&as_uauthors=vinokur
© . All rights reserved.