标签: performance performance-testing
我想知道在Windows性能监视器中应该为python中开发的应用程序使用哪些计数器。
谢谢, Theju
答案 0 :(得分:0)
您需要的工具称为分析器。 python有各种各样的分析器,我最喜欢的是cProfile和vprof这里有一些开始的链接:
cProfile
vprof
https://docs.python.org/2/library/profile.html
https://github.com/nvdv/vprof