class ActiveSupport::Notifications::Event

def self.clock_gettime_supported? # :nodoc:

:nodoc:
def self.clock_gettime_supported? # :nodoc:
  defined?(Process::CLOCK_THREAD_CPUTIME_ID) &&
    !Gem.win_platform? &&
    !RUBY_PLATFORM.match?(/solaris/i)
end