# File lib/liquid/profiler/hooks.rb, line 14 def render_with_profiling(context) Profiler.profile_children(@template_name) do render_without_profiling(context) end end