oschonrock
Nice.
Small tweak:
find . -name "*.i" | xargs wc -l | sort -r
should probably be:
find . -name "*.i" | xargs wc -l | sort -rn
Note the -n
Nice.
Small tweak:
find . -name "*.i" | xargs wc -l | sort -r
should probably be:
find . -name "*.i" | xargs wc -l | sort -rn
Note the -n
Regarding developer hardware: These days I see no reason to settle for anything less than 8 cores (actually, machines with 8 cores are labeled “slow” in our CI system).
Good catch. Will make an edit. Thanks!
That’s really cool! After some searching around, it looks like there is also some work underway to do the same for GCC. 92396 – -ftime-trace support
I don’t see why not. What is your concern?