{% extends "classic_base.html" %} {% block content %}
The table reporter provides a simple tabular representation of memory allocations, for memory that was leaked during the tracking period (i.e. allocated and not deallocated).
The table reporter provides a simple tabular representation of memory allocations in the target when the memory usage was at its peak.
{% endif %}You can find more information in the documentation.
{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}