How can I profile a multithread program in Python?

前端 未结 7 619
囚心锁ツ
囚心锁ツ 2020-11-30 04:12

I\'m developing an inherently multithreaded module in Python, and I\'d like to find out where it\'s spending its time. cProfile only seems to profile the main thread. Is the

7条回答
提交回复
热议问题