buddylistgrapher

view cpp_vs_sh.txt @ 3:2064a5a65b7e

added input.lst
author ju@localhost.localdomain
date Mon, 28 May 2007 21:56:51 +0200
parents
children
line source
1 SLOCCOUNT
3 cpp: 125
4 sh: 33
9 SIZE
11 14K graph*
12 1.2K graph2.sh*
17 PERFORMANCE
19 $ time ./graph input.txt > graph1.dot
21 real 0m0.074s
22 user 0m0.044s
23 sys 0m0.008s
25 $ time ./graph2.sh input.txt > graph2.dot
27 real 0m38.405s
28 user 0m13.861s
29 sys 0m23.349s