GIL 确保 Python 进程一次只能执行一条指令
====分析工具cProfile 分析函数耗时line_profiler 逐行分析
heapy 追踪 Python 内存中所有的对象— 这对于消灭奇怪的内存泄漏特别有用 memory_profiler 图的形式展示 RAM 的使用情况随时间的变化
python高性能编程 读书笔记
原文:https://www.cnblogs.com/testzcy/p/11919576.html