Skip to content

Instantly share code, notes, and snippets.

@exodist
Created August 15, 2010 23:57
Show Gist options
  • Save exodist/526113 to your computer and use it in GitHub Desktop.
Save exodist/526113 to your computer and use it in GitHub Desktop.
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