{% load i18n %}
| {% translate "Total calls" %} | {% translate "Total time" %} | {% translate "Cache hits" %} | {% translate "Cache misses" %} |
|---|---|---|---|
| {{ total_calls }} | {{ total_time|floatformat:"2" }} ms | {{ hits }} | {{ misses }} |
Cache hit/miss statistics for cache.get() calls may not always be accurate.
See the discussion
for details and to share feedback about improving cache hit/miss tracking.
| {{ name }} | {% endfor %}
|---|
| {{ value }} | {% endfor %}
| {% translate "Time" %} | {% translate "Type" %} | {% translate "Arguments" %} | {% translate "Keyword arguments" %} | {% translate "Backend" %} | |
|---|---|---|---|---|---|
| {{ call.time|floatformat:"2" }}ms | {{ call.name|escape }} | {{ call.args|escape }} | {{ call.kwargs|escape }} | {{ call.backend }} | |
{{ call.trace|safe }} |
|||||