ActiveSupport::Testing::Performance::Metrics::Base
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 298 def format(measurement) if measurement < 1 '%d ms' % (measurement * 1000) else '%.2f sec' % measurement end end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 294 def measure ::Time.now.to_f end
[Validate]
Generated with the Darkfish Rdoc Generator 2.