Created
May 19, 2014 04:43
-
-
Save nulltask/a709586fa343bc7d4dd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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