If you just want to measure the elapsed wall-clock time between two points, you could use time.time() : import time start = time.time() print("hello") end ...
確定! 回上一頁