[llvm-commits] CVS: poolalloc/test/TEST.p4perf.report
Chris Lattner
lattner at cs.uiuc.edu
Sun Mar 7 21:13:01 PST 2004
Changes in directory poolalloc/test:
TEST.p4perf.report updated: 1.2 -> 1.3
---
Log message:
REALLY ADD support for allpa
---
Diffs of the changes: (+3 -1)
Index: poolalloc/test/TEST.p4perf.report
diff -u poolalloc/test/TEST.p4perf.report:1.2 poolalloc/test/TEST.p4perf.report:1.3
--- poolalloc/test/TEST.p4perf.report:1.2 Fri Mar 5 18:01:52 2004
+++ poolalloc/test/TEST.p4perf.report Fri Mar 5 18:04:38 2004
@@ -90,10 +90,12 @@
["L1Miss", 'CBE-L1-Cache-Misses: ([0-9]+)'],
["PAL1Miss", 'CBE-PA-L1-Cache-Misses: ([0-9]+)'],
["PAL1Ratio", \&Ratio],
-
+ ["ALLPAL1Miss", 'CBE-ALLPA-L1-Cache-Misses: ([0-9]+)'],
+ [],
["L2Miss", 'CBE-L2-Cache-Misses: ([.0-9]+)'],
["PAL2Miss", 'CBE-PA-L2-Cache-Misses: ([.0-9]+)'],
["PAL2Ratio", \&Ratio],
+ ["ALLPAL2Miss", 'CBE-ALLPA-L2-Cache-Misses: ([0-9]+)'],
[]
);
More information about the llvm-commits
mailing list