view cpp_vs_sh.txt @ 0:21d9547ef242

initial commit C++ and sh editions work similar
author meillo@marmaro.de
date Mon, 28 May 2007 17:41:28 +0200
parents
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