class Rack::Bug::MustachePanel::View

def times

page load.
We track the render times of all the Mustache views on this
def times
  MustachePanel.times.map do |key, value|
    { :key => key, :value => value }
  end
end