[issue32950] profiling python gc

2019-03-28 Thread Christian Heimes
Christian Heimes added the comment: Python supports dtrace / systemtap probes for gc, https://docs.python.org/3/howto/instrumentation.html?highlight=gc__start#c.gc__start -- nosy: +christian.heimes ___ Python tracker

[issue32950] profiling python gc

2019-03-28 Thread Inada Naoki
Inada Naoki added the comment: DEBUG_STATIS shows time for gc. C profiler is needed to C level precise profiling. -- nosy: +inada.naoki resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker

[issue32950] profiling python gc

2018-02-25 Thread Luavis
New submission from 강성일 (Luavis) : There is way to logging python garbage collection event. but no way to profiling it. -- messages: 312816 nosy: 강성일 (Luavis) priority: normal severity: normal status: open title: profiling python gc type: enhancement versions: Python 3.7 __