[Python-Dev] GC pauses in CPython (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Mon Oct 14 14:11:07 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 ]
Am 14.10.13 13:49, schrieb Maciej Fijalkowski:
I'm working on an incremental GC for PyPy. How do I measure GC pauses in CPython? (that is, the circular reference searching stuff)
I would instrument the interpreter. The tricky part may be to subtract the time for any resulting finalization (and whether or not to subtract that at all).
Regards, Martin
- Previous message: [Python-Dev] GC pauses in CPython
- Next message: [Python-Dev] GC pauses in CPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]