摘要: pyinstrument会把代码里运行耗时的部分给你找出来 使用 pip install pyinstrument import time from pyinstrument import Profiler def sleep_time(): time.sleep(2) print('end') p 阅读全文
posted @ 2021-09-19 23:42 三个零 阅读(366) 评论(0) 推荐(0) 编辑