[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile TEST.poolalloc.report
Chris Lattner
lattner at cs.uiuc.edu
Sun Mar 7 17:02:36 PST 2004
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.20 -> 1.21
TEST.poolalloc.report updated: 1.12 -> 1.13
---
Log message:
Add LOC to the table
---
Diffs of the changes: (+5 -1)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.20 poolalloc/test/TEST.poolalloc.Makefile:1.21
--- poolalloc/test/TEST.poolalloc.Makefile:1.20 Fri Mar 5 12:56:44 2004
+++ poolalloc/test/TEST.poolalloc.Makefile Fri Mar 5 14:40:04 2004
@@ -127,7 +127,8 @@
$(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
Output/%.$(TEST).report.txt: Output/%.$(TEST).transformed.bc \
Output/%.nonpa.diff-cbe \
- Output/%.poolalloc.diff-cbe
+ Output/%.poolalloc.diff-cbe \
+ Output/%.LOC.txt
@echo > $@
@-if test -f Output/$*.poolalloc.diff-cbe; then \
printf "CBE-RUN-TIME-NORMAL-USER: " >> $@;\
@@ -138,6 +139,8 @@
grep "^user" Output/$*.poolalloc.out-cbe.time >> $@;\
printf "CBE-RUN-TIME-POOLALLOC-SYS: " >> $@;\
grep "^sys" Output/$*.poolalloc.out-cbe.time >> $@;\
+ printf "LOC: " >> $@;\
+ cat Output/$*.LOC.txt >> $@;\
fi
@cat Output/$*.$(TEST).transformed.bc.info >> $@
Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.12 poolalloc/test/TEST.poolalloc.report:1.13
--- poolalloc/test/TEST.poolalloc.report:1.12 Tue Mar 2 16:41:41 2004
+++ poolalloc/test/TEST.poolalloc.report Fri Mar 5 14:40:04 2004
@@ -76,6 +76,7 @@
(
# Name
["Name:" , '\'([^\']+)\' Program'],
+ ["LOC" , 'LOC:\s*([0-9]+)'],
[],
# Times
["NormalUser", 'CBE-RUN-TIME-NORMAL-USER: user\s*([.0-9m:]+)', \&FormatTime],
More information about the llvm-commits
mailing list