{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% from _self import display_timeline, dump_request_data %}
{% if colors is not defined %}
{% set colors = {
'default': '#aacd4e',
'section': '#666',
'event_listener': '#3dd',
'event_listener_loading': '#add',
'template': '#dd3',
'doctrine': '#d3d',
'propel': '#f4d',
'child_sections': '#eed',
} %}
{% endif %}
{% block toolbar %}
{% set duration = collector.events|length ? '%.0f ms'|format(collector.duration) : 'n/a' %}
{% set icon %}
{{ duration }}
{% endset %}
{% set text %}
No timing events have been recorded. Are you sure that debugging is enabled in the kernel?
{% endif %} {% endblock %} {% block panelContent %}