# File lib/liquid/profiler.rb, line 114
    def stop
      Thread.current[:liquid_profiler] = nil
      @render_end_at = Time.now
    end