pyinstrument
Code profiler
A Python profiler tool used to identify and optimize slow parts of code.
🚴 Call stack profiler for Python. Shows you why your code is slow!
7k stars
53 watching
234 forks
Language: Python
last commit: 6 days ago
Linked from 1 awesome list
asyncdjangoperformanceprofileprofilerpython
Related projects:
Repository | Description | Stars |
---|---|---|
pyinfra-dev/pyinfra | A tool that transforms Python code into shell commands to manage and deploy infrastructure across various environments such as servers, Docker containers, and local machines. | 3,914 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
pythonprofilers/memory_profiler | Tools for analyzing memory usage of Python programs | 4,379 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
tqdm/tqdm | A fast and extensible progress bar library for Python and the command line. | 28,699 |
squeaky-pl/japronto | A high-performance HTTP toolkit with pipelining support for scaling and speed optimization | 8,612 |
pyston/pyston | A performance-enhancing Python compiler that improves language execution speed and compatibility | 2,504 |
pyinvoke/invoke | A Python library for managing shell-oriented subprocesses and organizing executable code into CLI-invokable tasks | 4,407 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
kevin1024/vcrpy | Automates mocking of HTTP interactions to simplify and speed up testing | 2,715 |
agermanidis/livepython | A desktop application that visually traces the execution of Python code in real-time. | 2,553 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,483 |
rsalmei/alive-progress | A progress bar library with real-time throughput and ETA displays, allowing users to pause processing, track under/overflows, and customize its appearance. | 5,531 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,601 |
ml-tooling/opyrator | Automates conversion of machine learning code into production-ready microservices with web API and GUI. | 3,102 |