Module RubyProf::Test
In: lib/ruby-prof/test.rb

Methods

Constants

PROFILE_OPTIONS = { :measure_modes => [RubyProf::PROCESS_TIME], :count => 10, :printers => [RubyProf::FlatPrinter, RubyProf::GraphHtmlPrinter], :min_percent => 0.05, :output_dir => Dir.pwd }

Public Instance methods

The report filename is test_name + measure_mode + report_type

[Validate]