# File lib/liquid/profiler.rb, line 135 def start_token(token) @timing_stack.push(Timing.start(token, current_partial)) end