]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added more results.
authorBart Van Assche <bvanassche@acm.org>
Fri, 13 Jun 2008 19:44:51 +0000 (19:44 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 13 Jun 2008 19:44:51 +0000 (19:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8230

exp-drd/scripts/run-splash2

index 09dffbae7648c2051f60b6ea624a7cb4c63a7c99..d40ab7ef34f3f60b81d62c7aaa792881c08219a2 100755 (executable)
@@ -113,6 +113,24 @@ fi
 # Hardware: dual-core Intel Core2 Duo E6750, 2.66 GHz, 4 MB L2 cache, 2 GB RAM.
 # Software: openSUSE 10.3, 64-bit, gcc 4.2.1, runlevel 5, X screensaver: blank
 ##############################################################################
+# Results (-p4):                native  DRD     DRD     HG    ITC     ITC
+#                               time         w/ filter             w/ filter
+# ............................................................................
+# Cholesky                        0.21   85     62      36    239      82
+# FFT                             0.12   82     41     224     90      41
+# LU, contiguous blocks           0.57   45     42      96    428     128
+# LU, non-contiguous blocks       0.61   53     53      60    428     128
+# Ocean, contiguous partitions   14.33   40     32      58     90      28
+# Ocean, non-continguous partns   0.21   28     32      56     90      28
+# Radiosity                       2.33  175     62      60    485     163
+# Radix                           2.81   17     15      90    222      56
+# Raytrace                        1.65  233     29      88    172      53
+# Water-n2                        0.14  105     29      46    189      39
+# Water-sp                        0.14  105     31      46    183      34
+# ............................................................................
+# Hardware: dual-core Intel Core2 Duo E6750, 2.66 GHz, 4 MB L2 cache, 2 GB RAM.
+# Software: openSUSE 10.3, 64-bit, gcc 4.3.1, runlevel 5, X screensaver: blank
+##############################################################################
 
 cache_size=$(($(get_cache_size)/2))
 log2_cache_size=$(log2 ${cache_size})