Python - Easy execution timer?

前端 未结 0 1250
温柔的废话
温柔的废话 2020-11-28 21:27

What is best way to check execution time? I just use the perf_counter from time module.

**

from time import sleep, perf_counter

start = perf_counter()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题