Status:
{% if enabled %}Enabled{% else %}Disabled{% endif %}
Directory:
{{ directory }}
Note: The ten most recent profiles are kept, and the remainder are removed.
{% if not enabled %}
Set PROFILING_ENABLED=True to enable profiling
{% endif %}
{% if profiles %}
| Method |
Path |
Duration |
Time |
Size |
View |
Delete |
{% for profile in profiles %}
|
{{ profile.method }}
|
{{ profile.path }} |
{{ profile.duration }} |
{{ profile.modified }} |
{{ profile.size }} |
View
|
Delete
|
{% endfor %}
{% else %}
No profiles found in {{ directory }}
{% endif %}