{% extends "process.html" %} {% block process_content %} {% for t in threads %} {% endfor %}
Thread id User time System time
{{ t.id }} {{ t.cpu_time_user }} {{ t.cpu_time_system }}
{% endblock %}