Skip to content

Instantly share code, notes, and snippets.

@nulltask
Created May 19, 2014 04:43
Show Gist options
  • Select an option

  • Save nulltask/a709586fa343bc7d4dd9 to your computer and use it in GitHub Desktop.

Select an option

Save nulltask/a709586fa343bc7d4dd9 to your computer and use it in GitHub Desktop.
$ time ./script/bootstrap.py
real 5m14.329s
user 1m22.303s
sys 0m37.695s
$ time ./script/build.py
ninja: Entering directory `out/Release'
[1010/1010] STAMP Atom.app
ninja: Entering directory `out/Debug'
[1010/1010] STAMP Atom.app
real 3m12.170s
user 8m8.183s
sys 1m17.309s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment