[250406]
Wrapper to be used when invoking the (gcc or g++) Compiler or Linker, attempting to clearly delim the STDOUT-and-STDERR messages of that invocation from output from concurrent invocations (which might have been spawned by `make -j ...`, i.e. parallel `make`) and to provide a benchmark.
It saves the invoking command line (prefixed with a `cd` to the current working folder) and the STDOUT and STDERR messages and a benchmark of the CPU time consumed and of the memory consumed.
The messages are emitted with a header and a footer which make it easy to identify which messages belong to which invocation (which is especially useful in a parallel build, in order to associate the Warnings and Errors with the respective Translation Unit for which they have been emitted).
Can be interposed between `ccache` and the actual Compiler/Linker (https://ccache.dev/manual/4.11.2.html#_using_ccache_with_other_compiler_wrappers).
Logo: https://logos-world.net/jack-in-the-box-logo/ ...
250330_wraptool2
Brought to you by:
magnimbe
Downloads:
0 This Week