[llvm-commits] CVS: llvm-test/TEST.dsprecision.report

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 26 16:54:17 PST 2005



Changes in directory llvm-test:

TEST.dsprecision.report updated: 1.3 -> 1.4
---
Log message:

add a row map so that we emit numbers in the same order as the dsgraph report.


---
Diffs of the changes:  (+51 -0)

 TEST.dsprecision.report |   51 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+)


Index: llvm-test/TEST.dsprecision.report
diff -u llvm-test/TEST.dsprecision.report:1.3 llvm-test/TEST.dsprecision.report:1.4
--- llvm-test/TEST.dsprecision.report:1.3	Sat Mar 26 15:49:49 2005
+++ llvm-test/TEST.dsprecision.report	Sat Mar 26 18:54:03 2005
@@ -24,6 +24,57 @@
 # Sort in ascending order
 $SortReverse = 0;
 
+# For latex/csv output, limit benchmarks and rename as appropriate
+ at LatexRowMapOrder = (
+            '-' => '-',
+
+            '181.mcf'       => '181.mcf',
+            '256.bzip2'     => '256.bzip2',
+            '164.gzip'      => '164.gzip',
+            '175.vpr'       => '175.vpr',
+            '197.parser'    => '197.parser',
+            '186.crafty'    => '186.crafty',
+            '300.twolf'     => '300.twolf',
+            '255.vortex'    => '255.vortex',
+            '254.gap'       => '254.gap',
+            '252.eon'       => '252.eon',
+            '253.perlbmk'   => '253.perlbmk',
+            '176.gcc'       => '176.gcc',
+            '-' => '-',
+            '179.art'       => '179.art',
+            '183.equake'    => '183.equake',
+            '171.swim'      => '171.swim',
+            '172.mgrid'     => '172.mgrid',
+            '168.wupwise'   => '168.wupwise',
+            '173.applu'     => '173.applu',
+            '188.ammp'      => '188.ammp',
+            '177.mesa'      => '177.mesa',
+            '-' => '-',
+            '129.compress'  => '129.compress',
+            '130.li'        => '130.li',
+            '124.m88ksim'   => '124.m88ksim',
+            '132.ijpeg'     => '132.ijpeg',
+            '099.go'        => '099.go',
+            '134.perl'      => '134.perl',
+            '147.vortex'    => '147.vortex',
+            '126.gcc'       => '126.gcc',
+            '-' => '-',
+            '102.swim'      => '102.swim',
+            '101.tomcatv'   => '101.tomcatv',
+            '107.mgrid'     => '107.mgrid',
+            '145.fpppp'     => '145.fpppp',
+            '104.hydro2d'   => '104.hydro2d',
+            '110.applu'     => '110.applu',
+            '103.su2cor'    => '103.su2cor',
+            '146.wave5'     => '146.wave5',
+            '-' => '-',
+            'fpgrowth' => 'fpgrowth',
+            'bsim'     => 'boxed-sim',
+            'namd'     => 'NAMD',
+            'povray'   => 'povray31',
+           );
+
+
 # These are the columns for the report.  The first entry is the header for the
 # column, the second is the regex to use to match the value.  Empty list create
 # seperators, and closures may be put in for custom processing.






More information about the llvm-commits mailing list