module Benchmark::Timing

def self.add_second(t, s)

Add one second to the time represenetation
def self.add_second(t, s)
  t + (s * MICROSECONDS_PER_SECOND)
end