[pypy-svn] jitviewer default: we need this category to know how many times loops are executed
antocuni
commits-noreply at bitbucket.org
Mon Mar 7 16:12:47 CET 2011
Author: Antonio Cuni <anto.cuni at gmail.com>
Branch:
Changeset: r101:f111beab453f
Date: 2011-03-07 16:12 +0100
http://bitbucket.org/pypy/jitviewer/changeset/f111beab453f/
Log: we need this category to know how many times loops are executed
diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitviewer.py
@@ -8,7 +8,7 @@
To produce the logfile for your program, run:
- PYPYLOG=jit-log-opt:mylogfile.log pypy-c myapp.py
+ PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy-c myapp.py
"""
import sys
More information about the Pypy-commit
mailing list