{% extends "flamegraph.html" %} {% block content %}
How to use this plot
You can move the plot slider to select different ranges for the flame graph. The flame graph shows the allocations that are created in the selected range that are not deallocated before the end of the range.
{% endblock %} {% block slider_help %}

Initially the report shows allocations made at any time and not freed before tracking was deactivated. By using the two sliders on the bottom line chart, you can select a different time range for analysis instead. The flame graph will be updated to reflect allocations made within your chosen time window and not freed within it.

{% endblock %} {% block flamegraph_script %} {% endblock %}