[pypy-dev] Measure time inside of JIT'ed code

Vasily Evseenko svpcom at gmail.com
Wed Jun 5 14:54:53 CEST 2013


Hi,

I want to profile my program and calculate which portion of code is
JIT'ed and what it interpreted.
Is there any way to dump into PYPYLOG entries when JIT'ed code sections
running?
I found that only JIT tracing and generation events are logged.


More information about the pypy-dev mailing list