method

clock_gettime_supported?

rails latest stable - Class: ActiveSupport::Notifications::Event

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

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