Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用cProfileand分析我的应用程序时pstats,其中一行显示:
cProfile
pstats
ncalls tottime percall cumtime percall filename:lineno(function) 6 2.940 0.490 2.940 0.490 {built-in method select}
这个方法有什么作用,什么时候执行?
select.select是 Unix select()系统调用的接口。