Author: Alex Gaynor <[email protected]>
Branch: extradoc
Changeset: r4080:257cc228351a
Date: 2012-02-04 15:40 -0500
http://bitbucket.org/pypy/extradoc/changeset/257cc228351a/
Log: merged upstream
diff --git a/talk/pycon2012/tutorial/examples/03_memory.py
b/talk/pycon2012/tutorial/examples/03_memory.py
--- a/talk/pycon2012/tutorial/examples/03_memory.py
+++ b/talk/pycon2012/tutorial/examples/03_memory.py
@@ -31,11 +31,6 @@
print time.time() - t0
usage, kb = read_smaps()
print usage, kb * 1024 / count, "per instance"
- gc.collect()
- usage, kb = read_smaps()
- print "after collect", usage, kb * 1024 / count, "per instance"
- #import pdb
- #pdb.set_trace()
time.sleep(1)
if __name__ == '__main__':
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit