{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block menu %} Console Command {% endblock %} {% block panel %}
No arguments.
No options.
The values which have been set interactively.
{% if collector.interactiveInputs is empty %}No inputs.
No application inputs.
| Input | {{ profiler_dump(collector.input) }} |
|---|---|
| Output | {{ profiler_dump(collector.output) }} |
No helpers
| Helpers |
|---|
| {{ profiler_dump(helper) }} |
No signals handled
| Signal | Times handled | Total execution time | Memory peak |
|---|---|---|---|
| {{ signal }} | {{ data.handled }} | {{ data.duration }} ms | {{ data.memory }} MiB |