[pypy-svn] r58361 - pypy/build/benchmem

hpk at codespeak.net hpk at codespeak.net
Tue Sep 23 09:37:57 CEST 2008


Author: hpk
Date: Tue Sep 23 09:37:56 2008
New Revision: 58361

Modified:
   pypy/build/benchmem/report.py
Log:
adapt reporting to fijal's changes


Modified: pypy/build/benchmem/report.py
==============================================================================
--- pypy/build/benchmem/report.py	(original)
+++ pypy/build/benchmem/report.py	Tue Sep 23 09:37:56 2008
@@ -55,7 +55,7 @@
 def checkpointdetails(reader):
     tw = py.io.TerminalWriter()
     def starthook(name):
-        tw.sep("=", "private_dirty at checkpoints: %s" %(name,))
+        tw.sep("=", "private RSS at checkpoints: %s" %(name,))
     _process_rows(reader, starthook, lambda rows: tw.line(asciitable(rows)))
 
 def gnuplot_output(reader):



More information about the Pypy-commit mailing list