[Python-Dev] GC pauses in CPython (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon Oct 14 13:59:11 CEST 2013
- Previous message: [Python-Dev] GC pauses in CPython
- Next message: [Python-Dev] GC pauses in CPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()?
- Previous message: [Python-Dev] GC pauses in CPython
- Next message: [Python-Dev] GC pauses in CPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]