method

time

time()
public

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 124
      def time
        @time / 1000.0 if @time
      end