月曜日, 8月 24, 2009

Pythonで実効速度評価をする

import time
   :
start = time.time()
   :
 # なんかする
   :
print time.time()-start

これは簡単。

0 件のコメント: