We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Eclipse Metrics 非常强大,但遗憾的是仅适用于 Java。
Project Code Meter 是一款专业、全面、但价格昂贵的工具。
cccc 是一个糟糕的、被黑客攻击的命令行工具,仅适用于 Windows。
然而,代码分析器是一个简单、免费的图形工具,非常适合 C 和 C++。
不过,它查看了帮助以开始使用,您需要:
Eclipse Metrics is very powerful but only works for Java unfortunately.
Project Code Meter is a professional, comprehensive, but also expensive tool.
cccc is an awful, hacked command line tool for Windows only.
However Code Analyzer is a simple, free graphics tool that works great with C and C++.
It took a look at the help to get started though, you need to:
据我所知,C++/CDT 没有代码度量插件,但您可以使用 cccc
但是我想你已经知道了:)
祝你好运!
As far as i know there is no code metrics plugin for C++/CDT, but you can use cccc
But i guess you already knew about it :)
Good luck!
我们一直在开发一个名为 metriculator 的 Eclipse 插件。它仍在开发中,但一些主要指标(例如 LSLOC、McCabe、EfferentCoupling)已经实施。
请参阅http://sinv-56013.edu.hsr.ch /redmine/projects/metricular/wiki/Documentation 了解更多详细信息。
编辑:
上面的链接已失效,您可以使用 https://github.com/ideadapt/metriculator 代替。
We have been working on an Eclipse plug-in called metriculator. Its still under development but some major metrics (e.g. LSLOC, McCabe, EfferentCoupling) are already implemented.
See http://sinv-56013.edu.hsr.ch/redmine/projects/metricular/wiki/Documentation for more details.
EDIT:
Above link is dead, you can use https://github.com/ideadapt/metriculator instead.
有开源 Eclipse Metrics 插件,但我个人更喜欢 ProjectCodeMeter,它作为外部与 eclipse 集成指标工具。
There's the open source Eclipse Metrics plugin, but i personally prefer ProjectCodeMeter which integrates with eclipse as external metrics tool.