Python Code Profiling Libraries
My Books
Cloud Computing
Programming Languages
Digital Technologies
Integration Technologies
01.
timeit — Measure execution time of small code snippets
02.
cProfile - a whole-program analysis profiler
03.
FunctionTrace - A graphical Python profiler that provides a clear view of your application's execution
04.
Palanteer is a set of lean and efficient tools to improve the quality of software, for C++ and Python programs.
05.
Pyinstrument is a Python profiler to help you optimize your code - make it faster.
06.
py-spy: Sampling profiler for Python programs
07.
SnakeViz is a browser-based graphical viewer for the output of Python’s cProfile module and an alternative to using the standard library pstats module
08.
Yappi - Yet Another Python Profiler, but this time thread & coroutine & greenlet aware.
AI
Kubernetes
Blockchain
Cloud-native
Serverless
Software Engineering
Edge Computing