Created
August 15, 2010 23:57
-
-
Save exodist/526113 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
exodist@dev1 $ time perl ./builddb.pl [~/projects/Oyster/GrammarEngine/ucd] | |
perl ./builddb.pl 0.39s user 0.01s system 88% cpu 0.451 total | |
exodist@dev1 $ time gcc -o x unidb.c [~/projects/Oyster/GrammarEngine/ucd] | |
gcc -o x unidb.c 1.25s user 0.09s system 93% cpu 1.440 total | |
exodist@dev1 $ time ./x > /dev/null [~/projects/Oyster/GrammarEngine/ucd] | |
./x > /dev/null 0.00s user 0.00s system 41% cpu 0.005 total | |
exodist@dev1 $ time ./x [~/projects/Oyster/GrammarEngine/ucd] | |
... SNIP ... | |
./x 0.00s user 0.00s system 73% cpu 0.004 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment