An open API service indexing awesome lists of open source software.

https://github.com/squell/cpptool

C++ post-processors for geeks
https://github.com/squell/cpptool

Last synced: about 1 year ago
JSON representation

C++ post-processors for geeks

Awesome Lists containing this project

README

          

# cpptool
C++ post-processors for geeks

Shows you the amount of time spent parsing/compiling all the various content C++ header files tend to pull into your source files, allowing you to potentially optimize compilation times.

# usage

`timehdr [-DEPTH] `

The `DEPTH` argument can be used to limit how far `timehdr.sh` should recursively analyze header files that are indirectly included.

See the example for more details.

# credits

Inspired by @NickNick