diff --git a/tools/analyse_runtime.py b/tools/analyse_runtime.py index f2f198dfb80d6373e63296b6350fe6768191dd39..7af191cf8b0fe7ffaf5e67054b262d80d9fe6752 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,