[llvm-commits] CVS: llvm/test/Programs/TEST.dsgraph.report
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 14 18:51:01 PST 2003
Changes in directory llvm/test/Programs:
TEST.dsgraph.report updated: 1.3 -> 1.4
---
Log message:
Add latex support
---
Diffs of the changes:
Index: llvm/test/Programs/TEST.dsgraph.report
diff -u llvm/test/Programs/TEST.dsgraph.report:1.3 llvm/test/Programs/TEST.dsgraph.report:1.4
--- llvm/test/Programs/TEST.dsgraph.report:1.3 Tue Feb 11 17:13:04 2003
+++ llvm/test/Programs/TEST.dsgraph.report Fri Feb 14 18:50:40 2003
@@ -16,17 +16,42 @@
}
# Sort by total analyze time
-$SortCol = 2;
+$SortCol = 7;
# Sort in descending order
$SortReverse = 1;
+%NameMap = (
+ treeadd => 'Olden-treeadd',
+ bisort => 'Olden-bisort',
+ mst => 'Olden-mst',
+ perimeter => 'Olden-perimeter',
+ health => 'Olden-health',
+ tsp => 'Olden-tsp',
+ power => 'Olden-power',
+ em3d => 'Olden-em3d',
+ voronoi => 'Olden-voronoi',
+ bh => 'Olden-bh',
+
+ ks => 'ptrdist-ks',
+ anagram => 'ptrdist-anagram',
+ yacr2 => 'ptrdist-yacr2',
+ ft => 'ptrdist-ft',
+ bc => 'ptrdist-bc');
+
+ at LatexColumns = (0, 1, 26, 19, # Program, LOC, #Instrs, MaxSCC
+ 4, 5, 6, 7, # Execution times
+ 13, # Memory BU+TD
+ 16, 17, # Total, Max Nodes
+ 15); # NumFolded
+
# 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.
(
# Name
["Name:" , '\'([^\']+)\' Program'],
+ ["LOC:" , 'LOC: *([0-9]+)'],
[],
# Times
["Anlyz:", '([0-9.]+) \([^)]+\)[ 0-9]+TOTAL'],
More information about the llvm-commits
mailing list