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

wsgi_lineprof

{% for result in results %} {% endfor %}
Started at Method Path Elapsed [ms] Actions
{{ result.started_at.strftime("%Y-%m-%dT%H:%M:%S%z") }} {{ result.request_method }} {{ result.path_info }} {{ "%.03f"|format((1000 * result.elapsed)|round(3)) }} Show Result
{% endblock %}