class RubyProf::MultiPrinter
def print_to_flame_graph(**options)
def print_to_flame_graph(**options) File.open(flame_graph_report, "wb") do |file| @flame_graph_printer.print(file, **options) end end
def print_to_flame_graph(**options) File.open(flame_graph_report, "wb") do |file| @flame_graph_printer.print(file, **options) end end