[pypy-svn] r58050 - pypy/build/doc

fijal at codespeak.net fijal at codespeak.net
Wed Sep 10 19:31:45 CEST 2008


Author: fijal
Date: Wed Sep 10 19:31:44 2008
New Revision: 58050

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
add possible measurment scenarios


Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Wed Sep 10 19:31:44 2008
@@ -78,3 +78,16 @@
 how many processes reference it. Memory can move private -> shared in case
 some other process will load the same library or so.
 Private: private memory owned by a process.
+
+Probable measurment scenarios:
+
+1. Measure private memory owned by process when no other interpreter's
+   process exist.
+
+2. The same in case there is other one.
+
+3. Measure amount of private memory owned by process that was forked from
+   other interpreter process.
+
+4. Measure total RAM usage/RSS size in case process is running vs
+   total RAM usage when process is not running.



More information about the Pypy-commit mailing list