class RubyProf::GraphPrinter
def print(output = STDOUT, sort_method: :total_time, **options)
def print(output = STDOUT, sort_method: :total_time, **options) super(output, sort_method: sort_method, **options) end
def print(output = STDOUT, sort_method: :total_time, **options) super(output, sort_method: sort_method, **options) end