Is there a way to get Jitlog WITHOUT running it under test and calling metainterp functions ? What if I just want to run some open source benchmark ? What if I don't want to add JItdriver and merge_point to the code and run it "as is" non rpython - can I still dump jitlog ?
Sent from Shubha Ramani's iPhone 7 > On Dec 9, 2016, at 1:19 AM, Richard Plangger <planri...@gmail.com> wrote: > > 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 >> > _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev