mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
Add render time attr to profiler
This commit is contained in:
@@ -66,7 +66,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def render_time
|
||||
@end_time - @start_time
|
||||
@render_time = @end_time - @start_time
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user