annotate cpp_vs_sh.txt @ 5:2f455fc82355

merged
author meillo@marmaro.de
date Mon, 28 May 2007 23:10:54 +0200
parents 21d9547ef242
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
1 SLOCCOUNT
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
2
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
3 cpp: 125
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
4 sh: 33
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
5
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
6
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
7
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
8
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
9 SIZE
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
10
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
11 14K graph*
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
12 1.2K graph2.sh*
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
13
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
14
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
15
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
16
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
17 PERFORMANCE
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
18
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
19 $ time ./graph input.txt > graph1.dot
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
20
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
21 real 0m0.074s
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
22 user 0m0.044s
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
23 sys 0m0.008s
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
24
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
25 $ time ./graph2.sh input.txt > graph2.dot
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
26
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
27 real 0m38.405s
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
28 user 0m13.861s
21d9547ef242 initial commit
meillo@marmaro.de
parents:
diff changeset
29 sys 0m23.349s