有没有像构建过程分析器这样的东西?

发布于 2024-11-13 12:19:45 字数 155 浏览 6 评论 0原文

我想缩小可能出现瓶颈的地方?我的项目的构建甚至可能需要半个小时。我知道很多技巧和事情,理论上可能是有罪的,但是分析器将是我所有问题的完整解决方案。

我正在询问 C++ - GNU GCC - make - Linux - 环境的探查器,但是我很好奇是否有任何流行语言有这样的东西。

I want to narrow down places where can be bottlenecks? Building of my project can take even half an hour. I know many tricks and things which in theory can be guilty, however profiler will be complete solution for all my question.

I am asking about profiler for C++ - GNU GCC - make - Linux - environment, however I am curious if any popular language has such thing.

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

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

发布评论

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

评论(1

葬花如无物 2024-11-20 12:19:45

对于 gcc,您可以使用 -ftime-report 选项来获取每个编译阶段所花费的时间。

With gcc you can use the -ftime-report option to get the time taken by each compilation stage.

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