[pypy-svn] jitviewer default: Merged upstream.

mitsuhiko commits-noreply at bitbucket.org
Sun Mar 13 17:21:09 CET 2011


Author: Armin Ronacher <armin.ronacher at active-4.com>
Branch: 
Changeset: r105:259f6dd02670
Date: 2011-03-13 12:20 -0400
http://bitbucket.org/pypy/jitviewer/changeset/259f6dd02670/

Log:	Merged upstream.

diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitviewer.py
@@ -1,11 +1,14 @@
 #!/usr/bin/env pypy-c
 """ A web-based browser of your log files. Run by
 
-jitviewer.py <path to your log file> [port]
+    jitviewer.py <path to your log file> [port]
 
 and point your browser to http://localhost:5000
+Demo logfile available in this directory as 'log'.
 
-Demo logfile available in this directory as 'log'.
+To produce the logfile for your program, run:
+
+    PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy-c myapp.py
 """
 
 import sys


More information about the Pypy-commit mailing list