如何计时python脚本

代码示例

2
0

如何计时python脚本

from datetime import datetime
start = datetime.now()
# some kind of code
print(datetime.now() - start)
0
0

如何计时python代码

from timer import Timer
t = Timer()
t.start()
# Run stuff here.
t.stop()  

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................