# File lib/active_support/notifications/instrumenter.rb, line 38 def initialize(name, start, ending, transaction_id, payload) @name = name @payload = payload.dup @time = start @transaction_id = transaction_id @end = ending @duration = 1000.0 * (@end - @time) end
Generated with the Darkfish Rdoc Generator 2.