[llvm-commits] CVS: poolalloc/test/TEST.strace.Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Mar 4 19:45:03 PST 2004
Changes in directory poolalloc/test:
TEST.strace.Makefile updated: 1.1 -> 1.2
---
Log message:
Removed unnecessary and mis-named targets.
---
Diffs of the changes: (+2 -27)
Index: poolalloc/test/TEST.strace.Makefile
diff -u poolalloc/test/TEST.strace.Makefile:1.1 poolalloc/test/TEST.strace.Makefile:1.2
--- poolalloc/test/TEST.strace.Makefile:1.1 Wed Mar 3 21:55:55 2004
+++ poolalloc/test/TEST.strace.Makefile Thu Mar 4 19:44:24 2004
@@ -16,23 +16,6 @@
# piece of performance information.
#
-# AMD Events
-$(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cachemisses.%): \
-Output/$(TEST).L2cachemisses.%: Output/test.$(TEST).%
- grep "Output/$*.cbe" $< | grep "Cache Read Misses" | awk '{print $$(NF-1)}' > $@
-
-$(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cachemisses.pa.%): \
-Output/$(TEST).L2cachemisses.pa.%: Output/test.$(TEST).pa.%
- grep "Output/$*.poolalloc.cbe" $< | grep "Cache Read Misses" | awk '{print $$(NF-1)}' > $@
-
-$(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cacherefs.%): \
-Output/$(TEST).L2cacherefs.%: Output/test.$(TEST).%
- grep "Output/$*.cbe" $< | grep "Cache Read References" | awk '{print $$(NF-1)}' > $@
-
-$(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cacherefs.pa.%): \
-Output/$(TEST).L2cacherefs.pa.%: Output/test.$(TEST).pa.%
- grep "Output/$*.poolalloc.cbe" $< | grep "Cache Read References" | awk '{print $$(NF-1)}' > $@
-
#
# Generate events for Pool Allocated CBE
#
@@ -61,16 +44,8 @@
$(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
-Output/%.$(TEST).report.txt: $(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cachemisses.%) \
- $(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cachemisses.pa.%) \
- $(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cacherefs.%) \
- $(PROGRAMS_TO_TEST:%=Output/$(TEST).L2cacherefs.pa.%)
- @echo > $@
- @echo CBE-PA-L2-Misses `cat Output/$(TEST).L2cachemisses.pa.$*`
- @echo CBE-PA-L2-Refs `cat Output/$(TEST).L2cacherefs.pa.$*`
- @echo CBE-L2-Misses `cat Output/$(TEST).L2cachemisses.$*`
- @echo CBE-L2-Refs `cat Output/$(TEST).L2cacherefs.$*`
-
+Output/%.$(TEST).report.txt:
+ touch $@
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.$(TEST).report.txt
More information about the llvm-commits
mailing list