[pypy-dev] PYPYLOG

2022-03-22 Thread Aksam Lwanga
Hey. am confused about the debugging variable for PYPYLOG, have set its value, am trying to run the benchmark so that I can get some insights on how to use it in the future, however when I compile my file it doesn't show me the output file, do I need to set any other thing apart from the PYPYLOG en

[pypy-dev] Re: PYPYLOG

2022-03-22 Thread Carl Friedrich Bolz-Tereick
Hi! you could have stayed on IRC, I answered you. PYPYLOG is a pretty generic logging infrastructure that gives you access to a whole bunch of information. It depends very much what you want to achieve with it. A simple thing to try to get started is looking at the JIT summary like this: PYPYLO