log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
buddylistgrapher
view cpp_vs_sh.txt @ 15:449b0fc9f764
find changesets by author, revision, files, or words in the commit message
added cpp version 2
author
ju
date
Thu, 05 Jul 2007 18:08:31 +0200
parents
children
line source
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