Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r199:5a31ded0d4e8
Date: 2012-03-28 19:58 +0200
http://bitbucket.org/pypy/jitviewer/changeset/5a31ded0d4e8/

Log:    merge

diff --git a/_jitviewer/app.py b/_jitviewer/app.py
--- a/_jitviewer/app.py
+++ b/_jitviewer/app.py
@@ -14,7 +14,7 @@
 
 To produce the logfile for your program, run:
 
-    PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy myapp.py
+    PYPYLOG=jit-log-opt,jit-backend:mylogfile.pypylog pypy myapp.py
 """
 
 import sys
diff --git a/_jitviewer/templates/index.html b/_jitviewer/templates/index.html
--- a/_jitviewer/templates/index.html
+++ b/_jitviewer/templates/index.html
@@ -22,7 +22,7 @@
     </div>
   </header>
   <div id="title">
-    <span id="title-text">Main title</span>
+    <span id="title-text">JIT viewer</span>
   </div>
   <div id="filter">
     Filter: <input id="inp-bar" type="text" size="80"></input>
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to