{% extends 'base.html' %} {% block content %}
Profile Time on {{ proftime }}
Reported Time on {{ reporttime }}

Profile Info

Profile Data Type: {{profile_datatype}}
Total Time: {{ profdata['totaltime'] }} CPU second
Total Func Call: {{ profdata['totalcalls'] }} function calls


Source Code   All functions data »

{% for item in profdata['data'] %} {% if item['sec'] == 'None' %} {% else %} {% endif %} {% if item['sec'] == 'None' %} {% else %} {% endif %} {% endfor %}
{{ filename }}
num      time      calls code
{{ loop.index }} {{ item['sec'] }} sec {{ item['cnt'] }} call
{{ item['line']|escape }}
{{ item['line']|escape }}
{% endblock content %}