Skip to content

Qt Gui Application to analyze the cost of C/C++ include statements

License

Notifications You must be signed in to change notification settings

roland-wolf/include_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

include_tree

Qt Gui Application to analyze the cost of C/C++ include statements

Fight C++ compile time by analyzing the cost of include chains!

include_tree reads preprocessed sources and shows the most expensive headers in the project. Compile a gcc project with flag -save-temps to get preprocessed files. Start include_tree and press File/Load Directory... to load your preprocessed sources.

include_tree simply counts the number of lines a header contributes to a project by being included several times. True parsing and processing cost are ignored.

include_tree is in early state of development but proofed to be useful in real projects.

About

Qt Gui Application to analyze the cost of C/C++ include statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published