# File lib/new_relic/helper.rb, line 47
    def time_to_millis(time)
      (time.to_f * 1000).round
    end