Spotting compilation-time bottlenecks in order to compilation firewall efficiently [closed]

我与影子孤独终老i 提交于 2020-01-04 05:06:05

问题


I have this big C++ boostified project that takes ages to build so i'm trying to set up compilation firewalls. Now I could sprinkle pimpls or pure interfaces following my intuition but that doesn't seem very efficient... usually if i wanted to optimize a piece of code, I would run it through a profiler to see the bottlenecks which leads me to the following question: how do I see where are the bottlenecks in my compilation time?

All answers including trying alternate compilers are welcomed since code is cross-platform (crosses fingers!)

Thanks,

来源:https://stackoverflow.com/questions/15873388/spotting-compilation-time-bottlenecks-in-order-to-compilation-firewall-efficient

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!