Context: Removed parentheses for readability
This commit is contained in:
@@ -339,15 +339,15 @@ int Context::run ()
|
|||||||
<< " sort:" << timer_sort.total ()
|
<< " sort:" << timer_sort.total ()
|
||||||
<< " render:" << timer_render.total ()
|
<< " render:" << timer_render.total ()
|
||||||
<< " hooks:" << timer_hooks.total ()
|
<< " hooks:" << timer_hooks.total ()
|
||||||
<< " other:" << timer_total.total () -
|
<< " other:" << timer_total.total () -
|
||||||
(timer_init.total () +
|
timer_init.total () -
|
||||||
timer_load.total () +
|
timer_load.total () -
|
||||||
timer_gc.total () +
|
timer_gc.total () -
|
||||||
timer_filter.total () +
|
timer_filter.total () -
|
||||||
timer_commit.total () +
|
timer_commit.total () -
|
||||||
timer_sort.total () +
|
timer_sort.total () -
|
||||||
timer_render.total () +
|
timer_render.total () -
|
||||||
timer_hooks.total ())
|
timer_hooks.total ()
|
||||||
<< " total:" << timer_total.total ()
|
<< " total:" << timer_total.total ()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
debug (s.str ());
|
debug (s.str ());
|
||||||
|
|||||||
Reference in New Issue
Block a user