{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} Timers {% endset %} {% set text %} {{ '%.0f'|format(collector.time * 1000) }} ms {% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': false } %} {% endblock %}