这些库帮助您进行Python开发:调试器使您能够逐步执行代码,分析堆栈框架和设置断点等,并且分析器运行代码并提供详细的执行时间细分,从而识别程序中的瓶颈。
bdb
faulthandler
pdb
profile
cProfile
Stats
timeit
trace
tracemalloc