{% extends 'baseadmin.html.twig' %} {% import "_modules/bsmacros.html.twig" as bs %} {% block title %}{{ parent() }} - Observations{% endblock %} {% block breadcrumb %} {{ parent() }}
| ID | Alert | Name | Events | Duration (ms) | Peak Memory |
|---|---|---|---|---|---|
| {{ obs.id }} | {% if obs.duration > obs.expectedMaxTime %} {% endif %} | {{ obs.name }} |
|
{{ (obs.duration * 1000)|number_format(1) }} ms | {{ (obs.peakMemory / 1024 / 1024)|number_format(2) }} MB |