[pypy-svn] r68724 - pypy/trunk/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Sat Oct 24 11:59:07 CEST 2009


Author: fijal
Date: Sat Oct 24 11:59:00 2009
New Revision: 68724

Modified:
   pypy/trunk/pypy/jit/metainterp/jitprof.py
Log:
Oops, missing checkin


Modified: pypy/trunk/pypy/jit/metainterp/jitprof.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/jitprof.py	(original)
+++ pypy/trunk/pypy/jit/metainterp/jitprof.py	Sat Oct 24 11:59:00 2009
@@ -30,6 +30,8 @@
     ncounters = len(names)
 _setup()
 
+JITPROF_LINES = ncounters + 1 + 5 # one for TOTAL, 5 for calls, update if needed
+
 class BaseProfiler(object):
     pass
 



More information about the Pypy-commit mailing list