Profile Time on {{ proftime }}
Reported Time on {{ reporttime }}
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 »
{{ filename }} | ||||||
---|---|---|---|---|---|---|
num | time | calls | code | |||
{{ loop.index }} | {% if item['sec'] == 'None' %}{% else %} | {{ item['sec'] }} sec | {{ item['cnt'] }} call | {% endif %} {% if item['sec'] == 'None' %}{{ item['line']|escape }} |
{% else %}
{{ item['line']|escape }} |
{% endif %}