From 09aeffb84ddcf65c427858b54740f207956134bd Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Fri, 14 Oct 2016 14:38:55 +0100
Subject: [PATCH] More accurate description of timing output

---
 src/engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine.c b/src/engine.c
index 1bc7129cfc..e0ad2c2028 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -2869,7 +2869,7 @@ void engine_drift(struct engine *e) {
                  e->s->nr_cells, sizeof(struct cell), 1, e);
 
   if (e->verbose)
-    message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
+    message("took %.3f %s (including task unskipping).", clocks_from_ticks(getticks() - tic),
             clocks_getunit());
 }
 
-- 
GitLab