Hi Shubha, On 8 January 2017 at 16:41, Shubha Ramani via pypy-dev <[email protected]> wrote: > I just downloaded the pypy code. Please inspect the following log and search > for 'code object'. This is the exact data which vtune needs ! > How did this happen ? Was it there all along ?
Yes. But: > This is the exact data which vtune needs ! Not exactly. This is only the outermost function. It misses all inlined Python functions. Armin _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
