[Python-Dev] GC pauses in CPython (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Mon Oct 14 13:59:11 CEST 2013


Le Mon, 14 Oct 2013 13:49:34 +0200, Maciej Fijalkowski <fijall at gmail.com> a écrit :

HI

I'm working on an incremental GC for PyPy. How do I measure GC pauses in CPython? (that is, the circular reference searching stuff)

timeit gc.collect()?



More information about the Python-Dev mailing list