Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Forked from evanphx/gist:1138429
Created August 10, 2011 22:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veganstraightedge/1138430 to your computer and use it in GitHub Desktop.
Save veganstraightedge/1138430 to your computer and use it in GitHub Desktop.
Rubinius HTML Profile
$ rbx -Xprofile -Xprofiler.json=glob.json scratch/big_glob.rb
$ rbx render_profile glob.json glob.html
or
$ RBXOPT="-Xprofile -Xprofiler.json=glob.json" rails s
$ rbx render_profile glob.json glob.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment