method

clock_gettime_supported?

clock_gettime_supported?()
private

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 58
      def self.clock_gettime_supported? # :nodoc:
        defined?(Process::CLOCK_PROCESS_CPUTIME_ID) &&
          !Gem.win_platform?
      end