Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r3645:83cdb7fc9cba
Date: 2011-06-11 18:37 +0200
http://bitbucket.org/pypy/extradoc/changeset/83cdb7fc9cba/
Log: reenabled viewer
diff --git a/talk/iwtc11/benchmarks/image/sobel.py
b/talk/iwtc11/benchmarks/image/sobel.py
--- a/talk/iwtc11/benchmarks/image/sobel.py
+++ b/talk/iwtc11/benchmarks/image/sobel.py
@@ -67,8 +67,8 @@
#view(img)
#sobeldx(img)
#view(uint8(sobel_magnitude(img)))
- #view(sobel_magnitude_uint8(img))
- sobel_magnitude_uint8(img)
+ view(sobel_magnitude_uint8(img))
+ #sobel_magnitude_uint8(img)
print 1.0 / (time() - start), 'fps, ', (fcnt-2) / (time() - start0),
'average fps'
start = time()
if fcnt==2:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit