Download List

项目描述

pycallgraph is a Python library that creates call
graphs for Python programs.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on 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,让他们在未来的不同输出类型。回调过滤器补丁应用到允许更灵活的过滤方法。 Docstrings增加了,还有一个过滤器的例子。
标签: 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.

Project Resources