This repository contains a simple sampling-based profiler for Python programs. It periodically collects stack traces to analyze the performance of the code. The output can be directly converted to a ...
evanhempel / python-flamegraph Public Notifications You must be signed in to change notification settings Fork 55 Star 401 ...
MemrayはPython用メモリー性能解析ツールである。Python バージョン3.7以上のLinux環境でのみ動作し、Pythonのパッケージ管理システムであるpipなら「pip install memray」で導入可能。GitHubからコードを入手すれば、自らの手でビルドもできる。「python -m memray run foo.py -o ...