寻求 C++ Linux 的指标工具

发布于 2025-01-01 01:25:44 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

街角卖回忆 2025-01-08 01:25:44

根据您需要的指标类型,您可能会考虑使用 CLOC 来计算代码行指标,或者,例如、CCFinder,用于计算与代码重复相关的不同指标。 CCFinder GUI 版本似乎不起作用,但命令行版本似乎工作得很好。

此外,许多商业工具,例如CMT++ by Testwell通常可以提供评估许可证。

Depending on what kinds of metrics you need, you might consider CLOC that calculates lines of code metrics, or, for instance, CCFinder that calculates different metrics related to code duplication. CCFinder GUI version does not seem to work but the command line version seems to work just fine.

Moreover, many commercial tools, e.g., CMT++ by Testwell often can provide evaluation licenses.

过气美图社 2025-01-08 01:25:44

一个月前,我的一位同事向我展示了我们正在开发的一个软件的cppdepends分析结果,我记得它给我留下了很好的印象。您可以检查他们的Linux版本

还有 pmccabe ,它具有可用的 Debian/Ubuntu 软件包。它计算每个函数的 McCabe 复杂度。

Some month ago, a colleage of mine had shown me the results of cppdepends analysis on a software we were working on, and I remember it gave me a good impression. You may check their linux version.

There is also pmccabe which has an available Debian/Ubuntu package. It computes the McCabe complexity for each function.

回眸一遍 2025-01-08 01:25:44

Metrix++ 在 Linux 上运行并且有一些代码质量指标。 http://metrixplusplus.sourceforge.net/

Metrix++ works on linux and has got some code quality metrics. http://metrixplusplus.sourceforge.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文