diff cpp_vs_sh.txt @ 16:dbaa8a943271 default tip

merge
author ju
date Thu, 05 Jul 2007 18:13:01 +0200
parents 449b0fc9f764 fe4ccf810364
children
line wrap: on
line diff
--- a/cpp_vs_sh.txt	Thu Jul 05 18:08:31 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