【问题标题】:Python3 does not have line_profile?Python3没有line_profile? 【发布时间】:2014-06-23 14:50:01 【问题描述】: Python 3 中没有line_profile。还有其他选择吗? 谢谢 【问题讨论】: 标签: python-3.x profile 【解决方案1】: pprofile 是受line_profiler 启发的替代方案,根据PyPI,它支持python-3.x。此外,它是纯python。 【讨论】: