# File lib/mini_profiler/profiling_methods.rb, line 112
      def profile_singleton_method(klass, method, type = :profile, &blk)
        profile_method(singleton_class(klass), method, type, &blk)
      end