-
Notifications
You must be signed in to change notification settings - Fork 2
eaceaser/ruby-call-graph
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple script to generate a graph cloud from a set of ruby stack traces. Stack traces must be separated by a line consisting of '--', the output of 'grep -A' on a log file containing these stack traces. Depends on the ruby-graphviz gem, and, by extension, graphviz. Usage: ruby-call-graph.rb -i INPUT -o OUTPUT [-t THRESHOLD] -i, --input INPUT Input stack trace (- for stdin) -o, --output OUTPUT Output filename -t, --threshold THRESHOLD Edge/Node Count Threshold. Defaults to 100 -h, --help Show this message
About
simple script to generate a cloud graph from ruby stack traces
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published