# File lib/new_relic/agent/instrumentation/active_record_helper.rb, line 68 def calculate(*args, &blk) ::NewRelic::Agent.with_database_metric_name(self.name, nil, ACTIVE_RECORD) do calculate_without_newrelic(*args, &blk) end end