From f2d472fcdb602f84def8d02926cf7eb552f2068e Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 12 Jan 2019 10:18:26 +0100
Subject: [PATCH] Add the new timing measurements to the runtime analysis
 script.

---
 tools/analyse_runtime.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/analyse_runtime.py b/tools/analyse_runtime.py
index f2f198dfb8..7af191cf8b 100755
--- a/tools/analyse_runtime.py
+++ b/tools/analyse_runtime.py
@@ -72,6 +72,8 @@ labels = [
     "Creating send tasks",
     "Exchanging cell tags",
     "Creating recv tasks",
+    "Counting number of foreign particles",
+    "Recursively linking foreign arrays",
     "Setting unlocks",
     "Ranking the tasks",
     "scheduler_reweight:",
@@ -121,6 +123,8 @@ is_rebuild = [
     1,
     1,
     1,
+    1,
+    1,
     0,
     0,
     0,
-- 
GitLab