{% block toolbar %} {% set duration = collector.events|length ? '%.0f ms'|format(collector.duration) : 'n/a' %} {% set memory = '%.1f MB'|format(collector.memory / 1024 / 1024) %} {% set total_memory = collector.memoryLimit == -1 ? '∞' : '%.1f MB'|format(collector.memoryLimit / 1024)|escape %} {% set icon %} {{ 'Timeline'|t }} {{ duration }} / {{ memory }} {% endset %} {% set text %}
{{ 'Total time'|t }} {{ duration }}
{{ 'Memory'|t }} {{ memory }} / {{ total_memory }}
{% endset %}
{{ icon|default('') }}
{{ text|default('') }}
{% endblock %} {% block panel %} {% endblock %}