Mercurial > buddylistgrapher
annotate 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 |
rev | line source |
---|---|
0 | 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 |