# File lib/connection_pool/monotonic_time.rb, line 15
      def get_time
        Process.clock_gettime(Process::CLOCK_MONOTONIC)
      end