changeset 7:ccd2ab1bc9fd

rename; added hgignore
author meillo@marmaro.de
date Sat, 09 Jun 2007 00:07:04 +0200
parents e34b27b544b5
children 98401a6717fc
files .hgignore cpp_vs_sh.txt performance.txt
diffstat 3 files changed, 32 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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
--- /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