# File lib/mini_profiler/profiler.rb, line 549 def flamegraph(graph) headers = {'Content-Type' => 'text/html'} [200, headers, [graph]] end