Module
RubyProf::Test
In:
lib/ruby-prof/test.rb
Methods
format_profile_total
measure_mode_name
output_dir
report_filename
report_profile
run
run_profile
run_test
run_warmup
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
format_profile_total
(total, measure_mode)
measure_mode_name
(measure_mode)
output_dir
()
report_filename
(printer, measure_mode)
The report filename is test_name + measure_mode + report_type
report_profile
(data, measure_mode)
run
(result) {|self.class::STARTED, name| ...}
run_profile
(measure_mode)
run_test
() {|| ...}
run_warmup
()
[Validate]