2008年3月12日水曜日

【Python】Heapy: A Memory Profiler and Debugger for Python


http://guppy-pe.sourceforge.net/

Python用のメモリプロファイラ。
メモリに関する問題のデバッグ、最適化に使う。

・Data gathering
  オブジェクトヒープの情報を集める
・Data processing
  参照点からの差分を計算する
・Presentation
  プロファイリング結果を表示する

といった機能がある。

作者のmaster's thesisのpdfをダウンロードできる。
背景、設計、実装などが記述してある。

"Heapy: A Memory Profiler and Debugger for Python"
http://guppy-pe.sourceforge.net/heapy-thesis.pdf


0 件のコメント: