How to find header dependencies for large scale projects on linux

Posted by user12371 on Stack Overflow See other posts from Stack Overflow or by user12371
Published on 2008-09-17T07:51:31Z Indexed on 2010/05/18 5:10 UTC
Read the original article Hit count: 146

Filed under:
|

I'm working an a very large scale projects, where the compilation time is very long. What tools can I use (preferably open source) on Linux, to find the most heavily included files and that optimize their useages? Just to be clearer, I need a tool which will, given the dependencies, show me which headers are the most included. By the way, we do use distributed compiling

© Stack Overflow or respective owner

Related posts about c++

Related posts about software-tools