class RubyProf::FlatPrinter

def print(output = STDOUT, sort_method: :self_time, **options)

Override to default sort by self time
def print(output = STDOUT, sort_method: :self_time, **options)
  super(output, sort_method: sort_method, **options)
end