Hi,

the jit log currently is only functional with the vmprof platform.
There was this idea of a command line tool to inspect, but it is not yet
finished.

Unsure if the test generated file can be uploaded, but you can try:

$ pip install vmprof
$ python -m jitlog --upload <your-file-file-name>

The output of the last program will upload the logfile to vmprof.com and
you can inspect it by clicking on the link it prints at the end.

Try the following to get a log out of pypy for your program:

(pypy-env) $ pip install vmprof
(pypy-env) $ pypy -m vmprof --jitlog yourpythonprogram.py

Cheers,
Richard

On 12/09/2016 02:03 AM, Shubha Ramani via pypy-dev wrote:
> I successfully created a file containing binary data, but don't know
> what to do with it.
> I produced it using
> test /opt/pypy/rpython/jit/backend/x86/test/test_jitlog.py
> 
> 
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to