{% extends "silk/base/detail_base.html" %} {% load silk_filters %} {% load silk_nav %} {% load silk_inclusion %} {% load static %} {% block pagetitle %}Silky - Profile Detail - {{ silk_request.path }}{% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block style %} {{ block.super }} {% endblock %} {% block menu %} {% profile_menu request profile silk_request %} {% endblock %} {% block data %}
Where in your code this profile was defined.
{% if code %} {% code code actual_line %} {% elif code_error %}{{ code_error }}
{% endif %}Call graph coloured by time (red = slower). Prune nodes taking less than % of total time.
Raw dump from the cPython profiler. {% if silk_request.prof_file %} Download .prof file {% endif %}
{{ silk_request.pyprofile }}