Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Created February 26, 2013 00:00
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 chris-piekarski/5034535 to your computer and use it in GitHub Desktop.
Save chris-piekarski/5034535 to your computer and use it in GitHub Desktop.
Record build time and multiprocess build for machine type
# record build time and multiprocess build for machine
time make -j$(egrep '^processor' /proc/cpuinfo | wc -l) 2>&1 | tee my_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment