buddylistgrapher
diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cpp_vs_sh.txt Mon May 28 17:41:28 2007 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +SLOCCOUNT 1.5 + 1.6 +cpp: 125 1.7 +sh: 33 1.8 + 1.9 + 1.10 + 1.11 + 1.12 +SIZE 1.13 + 1.14 +14K graph* 1.15 +1.2K graph2.sh* 1.16 + 1.17 + 1.18 + 1.19 + 1.20 +PERFORMANCE 1.21 + 1.22 +$ time ./graph input.txt > graph1.dot 1.23 + 1.24 +real 0m0.074s 1.25 +user 0m0.044s 1.26 +sys 0m0.008s 1.27 + 1.28 +$ time ./graph2.sh input.txt > graph2.dot 1.29 + 1.30 +real 0m38.405s 1.31 +user 0m13.861s 1.32 +sys 0m23.349s