Skip to content

Instantly share code, notes, and snippets.

@pcarrier
Created November 12, 2012 23:42
Show Gist options
  • Save pcarrier/4062840 to your computer and use it in GitHub Desktop.
Save pcarrier/4062840 to your computer and use it in GitHub Desktop.
% 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