diff options
Diffstat (limited to 'doc/invocations-http-server/templates/critical_path.html')
-rw-r--r-- | doc/invocations-http-server/templates/critical_path.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/invocations-http-server/templates/critical_path.html b/doc/invocations-http-server/templates/critical_path.html index e345b50b..630e06ab 100644 --- a/doc/invocations-http-server/templates/critical_path.html +++ b/doc/invocations-http-server/templates/critical_path.html @@ -11,8 +11,8 @@ Invocations {{invocation | e}} <h2>Overview</h2> <ul> <li>Invocation: <a href="/invocations/{{ invocation | e }}"><tt>{{ invocation | e }}</tt></a></li> - {% if critical_artifact["wall_clock_time"] %} - <li>Wall-clock time: <tt>{{ critical_artifact["wall_clock_time"] | e }}</tt></li> + {% if critical_artifact["build_wall_clock_time"] %} + <li>Wall-clock time (build only): <tt>{{ critical_artifact["build_wall_clock_time"] | e }}</tt></li> {% endif %} {% if critical_artifact["duration"] %} <li>Length of critical path: <tt>{{ critical_artifact["duration"] | e }}</tt></li> |