会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sewen
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年9月15日
分析python代码性能的程序分析包cProfile
方法: def f1(lIn): l1 = sorted(lIn) l2 = [i for i in l1 if i<0.5] return [i*i for i in l2] def f2(lIn): l1 = [i for i in lIn if i<0.5] l2 = sorted(l1) r
Read More
posted @ 2020-09-15 20:02 sewen
Views(169)
Comments(0)
Diggs(0)
Edit
公告