{% extends "base.html" %} {% load humanize profiling_explorer_tags %} {% block main %}
{% include "_row.html" with row=focal_row stats=focal_row focal=True only %} {% for row, edge in rows_with_edges %} {% include "_row.html" with row=row stats=edge focal=False only %} {% endfor %}
calls % internal ms cumulative ms % filename:lineno function
{% if next_url %}{% endif %}
{% endblock %}