module Rack::Utils

def clock_time

def clock_time
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end