# File lib/liquid/profiler/hooks.rb, line 3
    def render_token_with_profiling(token, context)
      Profiler.profile_token_render(token) do
        render_token_without_profiling(token, context)
      end
    end