view cpp_vs_sh.txt @ 15:449b0fc9f764

added cpp version 2
author ju
date Thu, 05 Jul 2007 18:08:31 +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