2017年9月18日

python performance measure 01

摘要: 01.性能验证 方法01: ##最基础计时方式来验证性能 方法02: ##通过定义类的 __enter__ 和 __exit__ 方法来实现对管理的函数计时 方法03: 通过装饰器的方式 方法04: ##通过python自带库timeit 详细参照 https://docs.python.org/2 阅读全文

posted @ 2017-09-18 17:43 yaoweilei 阅读(285) 评论(0) 推荐(0) 编辑

导航