view cpp_vs_sh.txt @ 3:2064a5a65b7e

added input.lst
author ju@localhost.localdomain
date Mon, 28 May 2007 21:56:51 +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