class RubyProf::MultiPrinter

def print_to_graph_html(**options)

def print_to_graph_html(**options)
  File.open(graph_html_report, "wb") do |file|
    @graph_html_printer.print(file, **options)
  end
end