class RubyProf::AbstractPrinter

def max_percent

Returns the max_percent of time a method can take to be included in a profiling report
def max_percent
  @options[:max_percent] || 100
end