From b75b7a5fbbdec3e2e2216960e46c8642f978633e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81my=20Romey?= Date: Wed, 7 Mar 2012 10:48:38 +0100 Subject: [PATCH] Added display of time of all queries in collector --- Resources/views/Collector/propel.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/views/Collector/propel.html.twig b/Resources/views/Collector/propel.html.twig index 40049bc..85aeb51 100644 --- a/Resources/views/Collector/propel.html.twig +++ b/Resources/views/Collector/propel.html.twig @@ -20,6 +20,7 @@ Propel {{ collector.querycount }} + {{ '%0.0f'|format(collector.queriesduration * 1000) }} ms {% endblock %}