{% extends "classic_base.html" %} {% block content %}
{% endblock %} {% block help %} {% if show_memory_leaks %}

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).

{% else %}

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 %}