Projects tagged ‘callgraphs’


[3 total ]

4 Users
   

pycallgraph is a Python library that creates call graphs for Python programs.
Created over 3 years ago.

4 Users

phpCallGraph is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one ... [More] method to another method. Classes are drawn as rectangles containing the respective methods. The graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them. The core of the call graph generator forms an object-oriented PHP5 library, which may also be integrated in other projects. It leverages the InstantSVC CodeAnalyzer and DOT. On top of it, a commandline application allows easy creation of call graphs in various formats, e.g. text, png, jpg or svg. phpCallGraph is free software licensed under GPLv3. [Less]
Created over 2 years ago.

1 Users
   

AdaDesigner is an Ada 2005 GPL software which aims to become an Ada software refactoring framework. Using ASIS, AdaDesigner builds a specific package call-graph view of the project. Using some ... [More] meta-data in the GPR project files, it creates an abstraction layer further called sub-component layer. One sub-component contains several packages. AdaDesigner already proposes software engineers one interesting component design view of their software projects. This is done by the generation of a graphviz DOT file. [Less]
Created about 1 year ago.