# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 101defreportrate = @total/profile_options[:runs]
'%20s: %s'% [@metric.name, @metric.format(rate)]
end
Protected Instance Methods
output_filename()click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 107defoutput_filename"#{profile_options[:output]}/#{full_test_name}_#{@metric.name}"end