From 78cd06fb92b8cae062267f27ed15bea554690808 Mon Sep 17 00:00:00 2001 From: Umair Choudhary Date: Tue, 10 Sep 2019 15:38:54 -0400 Subject: [PATCH] profiler --- lib/liquid/profiler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/liquid/profiler.rb b/lib/liquid/profiler.rb index 28598bc..222a0a6 100644 --- a/lib/liquid/profiler.rb +++ b/lib/liquid/profiler.rb @@ -52,6 +52,7 @@ module Liquid @line_number = node.respond_to?(:line_number) ? node.line_number : nil @children = [] @render_time = node.render_time + pp 'hello1212' end def self.start(node, partial)