# File lib/active_support/testing/performance/rubinius.rb, line 27
        def run
          return unless @supported

          @profiler = Rubinius::Profiler::Instrumenter.new

          @total = time_with_block do
            @profiler.profile(false) do
              full_profile_options[:runs].to_i.times { run_test(@metric, :profile) }
            end
          end
        end