提交 913c18f5 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added note that we should try to run this script a few times.

上级 087dc913
......@@ -65,7 +65,9 @@ def execute(execute=True, verbose=True):
t1=time.time()
if verbose and execute:
print
print 'this execution time took %.2fs'%(t1-t0)
print 'This execution time took %.2fs'%(t1-t0)
print
print 'Try to run this script a few times. Experience show that the first time is not as fast as followings call. The difference is not big, but consistent.'
return t1-t0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论