module T::Profile

def reset

def reset
  @typecheck_duration = 0
  @typecheck_samples = 0
  @typecheck_sample_attempts = SAMPLE_RATE
end