module Minitest

def self.clock_time

:nodoc:
def self.clock_time
  Process.clock_gettime Process::CLOCK_MONOTONIC
end