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
- Host: GitHub
- URL: https://github.com/squell/cpptool
- Owner: squell
- Created: 2015-11-21T21:28:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T14:48:17.000Z (about 9 years ago)
- Last Synced: 2025-03-25T18:14:15.499Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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