在 C++ 中查找未引用的方法 应用程序

发布于 2024-07-06 04:45:23 字数 82 浏览 6 评论 0原文

我们有一个大型的 C/C++ 遗留源代码树,它已经出现过几次了。 我们预计有大量方法将不再使用。 有没有一个工具可以帮助我们快速识别未使用的代码?

We have a large C/C++ legacy source tree that has been around the block a few times. We expect there are a substantial number of methods no longer used. Is there a tool that can help us quickly identify the unused code?

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

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

发布评论

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

评论(3

再可℃爱ぅ一点好了 2024-07-13 04:45:23

在工作中,我们使用 AQTime 来满足任何分析需求。 它附带了一个静态分析工具,这应该是您所需要的。 但是,如果您不需要其他探查器或在 AQTime 不支持的平台或编译器上运行,那么至少从金钱角度来说,这是多余的。

At work, we use AQTime for any profiling needs. It comes with a static analysis tool, which should be what you need. However, if you don't need the other profilers or run on a platform or compiler not supported by AQTime, it is overkill, money-wise at least.

九局 2024-07-13 04:45:23

对于 GCC,有 GCov

For GCC there is GCov.

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