From e9c12b3990da993e422b78f30ff932bfbaf3b6d1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 13 Jun 2008 19:44:51 +0000 Subject: [PATCH] Added more results. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8230 --- exp-drd/scripts/run-splash2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/exp-drd/scripts/run-splash2 b/exp-drd/scripts/run-splash2 index 09dffbae76..d40ab7ef34 100755 --- a/exp-drd/scripts/run-splash2 +++ b/exp-drd/scripts/run-splash2 @@ -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}) -- 2.47.2