-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (23 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
PLEASE NOTE! **THIS REPO IS DEPRECATED**
Head over to https://github.com/vmprof instead!
The code is now hosted on GitHub, and split into three parts. The client Python library (vmprof-python),
the server (vmprof-server) and a repo to do integration testing!
Old JitViewer
=============
You need to use PyPy to run this. To get started, using a recent virtualenv
(1.6.1 or newer), virtualenvwrapper, and a recent PyPy.
PyPy versions correspond to jitviewer tags, so pypy-1.9 tag in jitviewer
means it works with pypy 1.9.
On Mac OSX you will also need to install binutils, to make objdump available.
To create a virtualenv (note that mkvirtualenv only accepts absolute paths):
mkvirtualenv --python=/path/to/pypy pypy-viewer
Now install the dependencies:
pip install -r requirements.txt
or
python setup.py develop
It also requires pypy to be importable (as in source code), you can do this
by setting your ``PYTHONPATH`` enviroment variable. Make sure that this
source code is (roughly) the same version as the binary pypy that produced
the log file.
For usage information, invoke jitviewer.py with --help.
An example log file is shipped with the jitviewer source code.