Skip to content

Instantly share code, notes, and snippets.

@Learath2
Last active May 12, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Learath2/d02814920cd3bb1e4c04735a96f2a31f to your computer and use it in GitHub Desktop.
Save Learath2/d02814920cd3bb1e4c04735a96f2a31f to your computer and use it in GitHub Desktop.
make -j2 gcc make -j2 clang
real 1m0.431s real 0m39.723s
user 1m8.664s user 0m50.093s
sys 0m18.889s sys 0m10.912s
ninja gcc ninja clang
real 0m42.452s real 0m43.620s
user 0m58.577s user 1m4.417s
sys 0m12.316s sys 0m9.696s
bam gcc bam clang
real 0m52.641s real 0m47.000s
user 0m32.718s user 0m42.435s
sys 0m24.472s sys 0m17.246s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment