yorickshan
9/4/2018 - 7:37 AM

Profiling & Profiler 性能分析及优化

性能分析及优化,方法和工具

Java: JProfiler

C#: dotTrace

JavaScript: Chrome

Python:

timeit
profile
cProfile
line_profiler
memory_profiler
PyCharm的Python Profiler

Python的7种性能测试工具