class RubyProf::FlatPrinter

def sort_method

Override for this printer to sort by self time by default
def sort_method
  @options[:sort_method] || :self_time
end