# File AgileGuiTesting.rb, line 79
def stop_timer
  @t1 = Time.new
  @t_delta = @t1 - @t0
end