Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created May 14, 2013 21:01
Show Gist options
  • Select an option

  • Save rubiii/5579521 to your computer and use it in GitHub Desktop.

Select an option

Save rubiii/5579521 to your computer and use it in GitHub Desktop.
Generating nice graphs with ruby-prof
brew install graphviz
gem install ruby-prof
ruby-prof --mode=wall --printer=dot --file=output.dot fibonacci.rb 25
dot -T pdf -o output.pdf output.dot
open output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment