# File lib/liquid/profiler.rb, line 109
    def start
      Thread.current[:liquid_profiler] = self
      @render_start_at = Time.now
    end