PYPYLOG=gc:- would give you some idea, but nothing that can help you tune the GC. We usually just measure total time with various GC parameters
On Wed, Jul 15, 2015 at 9:59 AM, Yicong Huang <[email protected]> wrote: > From the document, we saw there are some GC tuning parameters. > But we've no ideas how to evaluate the tuning. > As for java, it is able to output friendly gc log. > Are there any similar output avaiable in pypy? > > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev > _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
