4 <p>`profile` module output for the view `{{ module|escape }}.{{ callback|escape }}`</p>
9 <th>Total Time (ms)</th>
10 <th>Per Call (ms)</th>
11 <th>Cumulative Time (ms)</th>
12 <th>Per Call (ms)</th>
17 {% for row in function_calls %}
18 <tr class="{% cycle 'row1' 'row2' %}">
20 <td>{{ row.1|floatformat:"4" }}</td>
21 <td>{{ row.2|floatformat:"4" }}</td>
22 <td>{{ row.3|floatformat:"4" }}</td>
23 <td>{{ row.4|floatformat:"4" }}</td>
24 <td>{{ row.5|escape }}</td>