class RubyProf::GraphPrinter

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

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