摘要: [toc] 1. 简介 27.5. timeit — Measure execution time of small code snippets Source code: Lib/timeit.py timeit模块可以用来测试一段代码的执行耗时,如一个变量赋值语句的执行时间,一个函数的运行时间。 阅读全文
posted @ 2020-02-27 20:39 木林森__𣛧 阅读(351) 评论(0) 推荐(0)