class PerformanceController

Public Instance Methods

check() click to toggle source
# File lib/engine/app/controllers/performance_controller.rb, line 7
def check
  @stats = PerformanceStats.new(backend).result
end
index() click to toggle source
# File lib/engine/app/controllers/performance_controller.rb, line 4
def index
end

Private Instance Methods

load_section() click to toggle source
# File lib/engine/app/controllers/performance_controller.rb, line 12
def load_section
  @section = 'performance'
end