Mercurial > buddylistgrapher
view cpp_vs_sh.txt @ 2:6c327ae23d2c
added --help to shell edition
some cleanups
author | meillo@marmaro.de |
---|---|
date | Mon, 28 May 2007 20:03:27 +0200 |
parents | 21d9547ef242 |
children |
line wrap: on
line source
SLOCCOUNT cpp: 125 sh: 33 SIZE 14K graph* 1.2K graph2.sh* PERFORMANCE $ time ./graph input.txt > graph1.dot real 0m0.074s user 0m0.044s sys 0m0.008s $ time ./graph2.sh input.txt > graph2.dot real 0m38.405s user 0m13.861s sys 0m23.349s