Class: RailsPulse::Queries::Charts::QueryPerformance

Inherits:
Charts::PercentileChartBase show all
Defined in:
app/models/rails_pulse/queries/charts/query_performance.rb

Instance Method Summary collapse

Methods inherited from Charts::PercentileChartBase

#to_chart_data

Constructor Details

#initialize(query: nil, **kwargs) ⇒ QueryPerformance

Returns a new instance of QueryPerformance.



5
6
7
# File 'app/models/rails_pulse/queries/charts/query_performance.rb', line 5

def initialize(query: nil, **kwargs)
  super(subject: query, **kwargs)
end