comparison cpp_vs_sh.txt @ 16:dbaa8a943271 default tip

merge
author ju
date Thu, 05 Jul 2007 18:13:01 +0200
parents 449b0fc9f764 fe4ccf810364
children
comparison
equal deleted inserted replaced
15:449b0fc9f764 16:dbaa8a943271
1 SLOCCOUNT
2
3 cpp: 125
4 sh: 33
5
6
7
8
9 SIZE
10
11 14K graph*
12 1.2K graph2.sh*
13
14
15
16
17 PERFORMANCE
18
19 $ time ./graph input.txt > graph1.dot
20
21 real 0m0.074s
22 user 0m0.044s
23 sys 0m0.008s
24
25 $ time ./graph2.sh input.txt > graph2.dot
26
27 real 0m38.405s
28 user 0m13.861s
29 sys 0m23.349s