buddylistgrapher

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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Sat Jun 09 00:07:04 2007 +0200
     1.3 @@ -0,0 +1,3 @@
     1.4 +syntax: glob
     1.5 +*~
     1.6 +*.swp
     2.1 --- a/cpp_vs_sh.txt	Sat Jun 09 00:05:36 2007 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,29 +0,0 @@
     2.4 -SLOCCOUNT
     2.5 -
     2.6 -cpp:            125
     2.7 -sh:              33
     2.8 -
     2.9 -
    2.10 -
    2.11 -
    2.12 -SIZE
    2.13 -
    2.14 -14K     graph*
    2.15 -1.2K    graph2.sh*
    2.16 -
    2.17 -
    2.18 -
    2.19 -
    2.20 -PERFORMANCE
    2.21 -
    2.22 -$ time ./graph input.txt > graph1.dot
    2.23 -
    2.24 -real    0m0.074s
    2.25 -user    0m0.044s
    2.26 -sys     0m0.008s
    2.27 -
    2.28 -$ time ./graph2.sh input.txt > graph2.dot
    2.29 -
    2.30 -real    0m38.405s
    2.31 -user    0m13.861s
    2.32 -sys     0m23.349s
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/performance.txt	Sat Jun 09 00:07:04 2007 +0200
     3.3 @@ -0,0 +1,29 @@
     3.4 +SLOCCOUNT
     3.5 +
     3.6 +cpp:            125
     3.7 +sh:              33
     3.8 +
     3.9 +
    3.10 +
    3.11 +
    3.12 +SIZE
    3.13 +
    3.14 +14K     graph*
    3.15 +1.2K    graph2.sh*
    3.16 +
    3.17 +
    3.18 +
    3.19 +
    3.20 +PERFORMANCE
    3.21 +
    3.22 +$ time ./graph input.txt > graph1.dot
    3.23 +
    3.24 +real    0m0.074s
    3.25 +user    0m0.044s
    3.26 +sys     0m0.008s
    3.27 +
    3.28 +$ time ./graph2.sh input.txt > graph2.dot
    3.29 +
    3.30 +real    0m38.405s
    3.31 +user    0m13.861s
    3.32 +sys     0m23.349s