# HG changeset patch # User meillo@marmaro.de # Date 1181340424 -7200 # Node ID ccd2ab1bc9fde4537f70133d2560a3a3b006b8bb # Parent e34b27b544b5896806eff74fbbcba16e584fc1e3 rename; added hgignore diff -r e34b27b544b5 -r ccd2ab1bc9fd .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Jun 09 00:07:04 2007 +0200 @@ -0,0 +1,3 @@ +syntax: glob +*~ +*.swp diff -r e34b27b544b5 -r ccd2ab1bc9fd cpp_vs_sh.txt --- a/cpp_vs_sh.txt Sat Jun 09 00:05:36 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -SLOCCOUNT - -cpp: 125 -sh: 33 - - - - -SIZE - -14K graph* -1.2K graph2.sh* - - - - -PERFORMANCE - -$ time ./graph input.txt > graph1.dot - -real 0m0.074s -user 0m0.044s -sys 0m0.008s - -$ time ./graph2.sh input.txt > graph2.dot - -real 0m38.405s -user 0m13.861s -sys 0m23.349s diff -r e34b27b544b5 -r ccd2ab1bc9fd performance.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/performance.txt Sat Jun 09 00:07:04 2007 +0200 @@ -0,0 +1,29 @@ +SLOCCOUNT + +cpp: 125 +sh: 33 + + + + +SIZE + +14K graph* +1.2K graph2.sh* + + + + +PERFORMANCE + +$ time ./graph input.txt > graph1.dot + +real 0m0.074s +user 0m0.044s +sys 0m0.008s + +$ time ./graph2.sh input.txt > graph2.dot + +real 0m38.405s +user 0m13.861s +sys 0m23.349s