mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03: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