summaryrefslogtreecommitdiffstats
path: root/qtip/reporter/templates/timeline.j2
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/reporter/templates/timeline.j2')
-rw-r--r--qtip/reporter/templates/timeline.j28
1 files changed, 8 insertions, 0 deletions
diff --git a/qtip/reporter/templates/timeline.j2 b/qtip/reporter/templates/timeline.j2
new file mode 100644
index 00000000..9c18a996
--- /dev/null
+++ b/qtip/reporter/templates/timeline.j2
@@ -0,0 +1,8 @@
+{% title %}
+{% for phase in phases %}
+{{ phase.name|upper }}{{ "TIME" }}
+{% for cp in phase.checkpoints %}
+{{ cp.name }}{{ cp.timestamp}}
+{% endfor %}
+{% endfor %}
+Total: {{ total }}