Created
November 12, 2012 23:42
-
-
Save pcarrier/4062840 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
% ls -lh ./build/darwin-x86_64*/avian | |
5473595 -rwxr-xr-x 1 pierre staff 67M Nov 13 00:39 ./build/darwin-x86_64-openjdk-src/avian* | |
4876755 -rwxr-xr-x 1 pierre staff 1.2M Nov 11 06:01 ./build/darwin-x86_64/avian* | |
% for j in build/darwin-x86_64*/avian java; time $j -cp $HOME Hello | |
Hello | |
$j -cp $HOME Hello 0.10s user 0.01s system 96% cpu 0.122 total | |
Hello | |
$j -cp $HOME Hello 0.01s user 0.00s system 87% cpu 0.008 total | |
Hello | |
$j -cp $HOME Hello 0.09s user 0.02s system 100% cpu 0.109 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment