ダウンロードリスト

プロジェクト概要

pycallgraph は、Python ライブラリを Python プログラムの呼び出しグラフを作成します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-07-08 19:30
0.5.1

"pycg"コマンドラインツールpycallgraph""他のパッケージと名前の競合のために改名されました。
タグ: Minor bugfixes
The "pycg" command line tool was renamed to "pycallgraph" due to naming conflicts with other packages.

2008-07-07 22:29
0.5.0

コマンドラインツール"pycallgraph - dot.py""pycg"に改名されました。 "pythonfile"必要なフィールドとして削除され、標準のオプションになっている。相対的なモジュールをインポートするときに、コマンドラインツールを使用して動作します。 pycg今もすべての例外をキャッチし、グラフの後に発生します生成されます。 pycgもSystemExitをキャッチしグラフを作成し続けている。
タグ: Major feature enhancements
The command line tool "pycallgraph-dot.py" was
renamed to "pycg". "pythonfile" was removed as a
required field and was turned into a standard
option. Importing relative modules now works when
using the command line tool. pycg now catches
every Exception and raises them after the graph is
generated. pycg also catches SystemExit and
continues creating graphs.

2007-06-24 17:14
0.4.0

コマンドラインインターフェイスが追加されました。関数ごとの累計時間が測定され、グラフで表示されます。現在、フィルタリングするオプションは、標準ライブラリモジュールです。より多くの例とバグ修正など、より多くの変更があります。
タグ: Major feature enhancements
A command line interface has been added.
Accumulative time per function is now measured and
displayed in the graph. There's now an option to
filter standard library modules. There are many
more changes such as more examples and bugfixes.

2007-06-09 15:04
0.3.1

このリリースでは、いくつかの状況下で不正なグラフを生成する主要なバグを修正。
タグ: Major feature enhancements
This release fixes a major bug that would generate
an incorrect graph
under some circumstances.

2007-02-15 03:34
0.3.0

make_graph将来的に別の出力タイプを許可するmake_dot_graphに改称されている。コールフィルタのパッチは、より柔軟なフィルタメソッドを許可するように適用されました。 docstringに加え、フィルタの例が追加されました。
タグ: Major feature enhancements
make_graph has been renamed to make_dot_graph to allow different output types in the future. A callback filter patch was applied to allow a more flexible filter method. Docstrings were added, along with a filter example.

プロジェクトリソース