bin/ruby-prof in ruby-prof-0.10.7 vs bin/ruby-prof in ruby-prof-0.10.8

- old
+ new

@@ -9,10 +9,10 @@ # ruby_prof [options] <script.rb> [--] [script-options]" # # Various options: # run "$ ruby-prof --help" to see them # -# See also: {flat profiles}[link:files/examples/flat_txt.html], {graph profiles}[link:files/examples/graph_txt.html], {html graph profiles}[link:files/examples/graph_html.html] +# See also the readme "reports" section for the various outputs require 'ostruct' require 'optparse' require File.dirname(__FILE__) + "/../lib/ruby-prof"