--- trunk/escript/py_src/benchmark.py 2006/01/17 23:54:38 433 +++ trunk/escript/py_src/benchmark.py 2006/01/19 01:53:16 434 @@ -207,6 +207,7 @@ s=scale row=[] if s>0: + print "run %s with %s threads"%(r.__class__,s) for p in self.__options: setNumberOfThreads(s) row.append(r.run(p))