From 375ad3af0bc441371e409e59a3d0f7bc5881a9e0 Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Wed, 20 Jan 2016 14:53:31 +0100 Subject: [PATCH] Show hits over total calls in profiler menu --- templates-profiler/cache.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates-profiler/cache.html.twig b/templates-profiler/cache.html.twig index 45b2f7a264..2455183062 100644 --- a/templates-profiler/cache.html.twig +++ b/templates-profiler/cache.html.twig @@ -22,7 +22,7 @@ Cache - {{ collector.summary.hits }} + {{ collector.summary.hits }} / {{ collector.summary.calls }} {{ '%0.0f'|format(collector.totalTime) }} ms