{% extends "base.html" %} {% block content %}

wsgi_lineprof: {{ result.request_method }} {{ result.path_info }}

Started at
{{ result.started_at.strftime("%Y-%m-%dT%H:%M:%S%z") }}
Elapsed
{{ "%.03f"|format((1000 * result.elapsed)|round(3)) }} ms

{{ stats }}
{% endblock %}