[pypy-svn] pypy numpy-exp: print more info

fijal commits-noreply at bitbucket.org
Sun Feb 13 16:16:14 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-exp
Changeset: r41884:0a8bc1fd4660
Date: 2011-02-12 20:48 +0200
http://bitbucket.org/pypy/pypy/changeset/0a8bc1fd4660/

Log:	print more info

diff --git a/pypy/translator/goal/targetnumpystandalone.py b/pypy/translator/goal/targetnumpystandalone.py
--- a/pypy/translator/goal/targetnumpystandalone.py
+++ b/pypy/translator/goal/targetnumpystandalone.py
@@ -45,7 +45,8 @@
         floats.append(float(i + 1))
     t0 = time.time()
     compute(bytecode, arrays)
-    print "TOOK:", time.time() - t0
+    print "bytecode:", bytecode, "size:", size
+    print "took:", time.time() - t0
     return 0
 
 def target(*args):


More information about the Pypy-commit mailing list