Skip to content

Create graphs from any kind of traces (stack trace, calls and etc)

Notifications You must be signed in to change notification settings

lineker/pytracegraph

Repository files navigation

PyTraceGraph

Generate graphs from any trace files

Requirements

* graphviz 
* pydot

Usage

Generate only call graphs:

python pytracegraph.py -n nodes.txt -e edges.txt -p MyParser.simpleParser -w example3.png

Generate reflexion model:

python pytracegraph.py -n nodes.txt -e edges.txt -p MyParser.simpleParser -w example3.png -r call_trace.txt -rp MyReflexionBuilder.simpleReflexionBuilder

PyTraceGraph Class Diagram

PyTraceGraph Class Diagram

About

Create graphs from any kind of traces (stack trace, calls and etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages