# File lib/active_support/testing/performance/jruby.rb, line 27 def run return unless @supported @total = time_with_block do @data = JRuby::Profiler.profile do full_profile_options[:runs].to_i.times { run_test(@metric, :profile) } end end end