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

Armin Rigo arigo at tunes.org
Wed Jun 5 15:31:42 CEST 2013


Hi,

On Wed, Jun 5, 2013 at 2:54 PM, Vasily Evseenko <svpcom at gmail.com> wrote:
> I want to profile my program and calculate which portion of code is
> JIT'ed and what it interpreted.

You can use callgrind/cachegrind to get a rough estimate.  But it's
unclear to me the reason you are interested in this particular piece
of data.  Basically any code that runs repeatedly in the interpreter
is eventually going to be JITted.


A bientôt,

Armin.


More information about the pypy-dev mailing list