[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.report
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 13 11:14:11 PST 2003
Changes in directory poolalloc/test:
TEST.poolalloc.report updated: 1.5 -> 1.6
---
Log message:
Update report, keep track of how many poolfree's are deleted
---
Diffs of the changes: (+2 -1)
Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.5 poolalloc/test/TEST.poolalloc.report:1.6
--- poolalloc/test/TEST.poolalloc.report:1.5 Sun Oct 26 17:26:57 2003
+++ poolalloc/test/TEST.poolalloc.report Thu Nov 13 11:13:16 2003
@@ -28,9 +28,10 @@
["Normal<br>ExeTime" , 'CBE-RUN-TIME-NORMAL: real[\t ]+0m([0-9.]+)'],
["PoolAlloc<br>ExeTime", 'CBE-RUN-TIME-POOLALLOC: real[\t ]+0m([0-9.]+)'],
["% Speedup", \&Ratio], # Normal / PA
- ["NumPools", '([0-9]+).*Number of poolinit.s inserted'],
+ ["NumPools", '([0-9]+).*Number of pools allocated'],
["NumCloned", '([0-9]+).*Number of functions cloned'],
["NumArgs", '([0-9]+).*Number of function arguments added'],
+ ["NumPRElide", '([0-9]+).*Number of poolfree.s elided'],
[]
);
More information about the llvm-commits
mailing list