global

def mark_time


Mark the start time of the run loop.
def mark_time
  @mark = Time.now if use_strict_interval
end  # @private