]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added column for --tool=none ... -p1.
authorBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 15:00:55 +0000 (15:00 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 15:00:55 +0000 (15:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8244

exp-drd/scripts/run-splash2

index 5107a1c4c6c23756342febc4e2bbb3e9a5449dac..fc6a1efd153ec844b4faca4bb661d346b46bfb42 100755 (executable)
@@ -67,28 +67,28 @@ if [ ! -e "$VG" ]; then
   exit 1
 fi
 
-##############################################################################
-# Results:                native    native  none  DRD   DRD    HG   ITC    ITC
-#                         -p1    -p2   -p4  -p4   -p4  -p4+f  -p4   -p4  -p4+f
-# ............................................................................
-# Cholesky                0.29  0.21  4.46   0.7    5     4     2   239    82
-# FFT                     0.19  0.12  0.12   8.5   82    54  4237    90    41
-# LU, contiguous          0.76  0.47  0.47  12.8   66    61   155   428   128
-# LU, non-contiguous      0.80  0.45  0.48  13.1   88    86   102   428   128
-# Ocean, contiguous      19.45 12.59 12.65   4.1   57    49    86    90    28
-# Ocean, non-contiguous   0.30  0.18  0.19   7.3   39    46    85    90    28
-# Radiosity               3.14  3.11  3.11  16.4  164    60    58   485   163
-# Radix                   4.07  2.12  2.12  10.9   30    27   147   222    56
-# Raytrace                2.22  2.19  2.20   7.9  166    55    93   172    53
-# Water-n2                0.18  0.17  0.17  11.5  126    34    52   189    39
-# Water-sp                0.19  0.18  0.18  10.2   96    34    51   183    34
-# ............................................................................
+###############################################################################
+# Results:                native    native  none none  DRD  DRD   HG ITC   ITC
+#                         -p1    -p2   -p4   -p1  -p4  -p4 -p4+f -p4 -p4  -p4+f
+# .............................................................................
+# Cholesky                0.29  0.21  4.46   8.5   0.7    5    4    2  239   82
+# FFT                     0.19  0.12  0.12   5.2   8.5   82   54 4237   90   41
+# LU, contiguous          0.76  0.47  0.47   7.7  12.8   66   61  155  428  128
+# LU, non-contiguous      0.80  0.45  0.48   7.4  13.1   88   86  102  428  128
+# Ocean, contiguous      19.45 12.59 12.65   2.7   4.1   57   49   86   90   28
+# Ocean, non-contiguous   0.30  0.18  0.19   4.4   7.3   39   46   85   90   28
+# Radiosity               3.14  3.11  3.11  16.4  16.4  164   60   58  485  163
+# Radix                   4.07  2.12  2.12   5.7  10.9   30   27  147  222   56
+# Raytrace                2.22  2.19  2.20   7.8   7.9  166   55   93  172   53
+# Water-n2                0.18  0.17  0.17  11.4  11.5  126   34   52  189   39
+# Water-sp                0.19  0.18  0.18  10.4  10.2   96   34   51  183   34
+# .............................................................................
 # Hardware: dual-core Intel Xeon 5130, 2.0 GHz, 4 MB L2 cache, 4 GB RAM.
 # Software: Ubuntu 7.10 server, 64-bit, gcc 4.3.1, xload -update 1 running.
-##############################################################################
+###############################################################################
 # Results:                native    native  DRD    DRD     HG    ITC     ITC
 #                         -p1    -p2   -p4  -p4  -p4, f   -p4    -p4    -p4, f
-# ............................................................................
+# .............................................................................
 # Cholesky                0.21  0.14  4.49    4     3       2    239      82
 # FFT - 1                 0.11  0.08  0.07  138    66     380     90      41
 # LU, contiguous          0.56  0.34  0.34   72    68      96    428     128
@@ -100,10 +100,10 @@ fi
 # Raytrace                1.65  1.64  1.64  230    55      89    172      53
 # Water-n2                0.14  0.12  0.12  129    35      55    189      39
 # Water-sp                0.14  0.12  0.12  121    36      54    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)
 log2_cache_size=$(log2 ${cache_size})