diff --git a/tools/task_plots/analyse_tasks.py b/tools/task_plots/analyse_tasks.py index 0b6439ff481367b8fa1748d89a8396bef4c2c006..ca41970c683a1680e9d1054c9d70d6370992a05e 100755 --- a/tools/task_plots/analyse_tasks.py +++ b/tools/task_plots/analyse_tasks.py @@ -92,9 +92,11 @@ TASKTYPES = [ "cooling", "star_formation", "sourceterms", + "logger", "stars_ghost_in", "stars_ghost", "stars_ghost_out", + "stars_sort", "count", ] diff --git a/tools/task_plots/plot_tasks.py b/tools/task_plots/plot_tasks.py index e9b676d92832e5c4667aa25bd9458472466500cd..1fe7bcbd11f30ff17051bc9a7ae789439df8b9e9 100755 --- a/tools/task_plots/plot_tasks.py +++ b/tools/task_plots/plot_tasks.py @@ -177,9 +177,11 @@ TASKTYPES = [ "cooling", "star_formation", "sourceterms", + "logger", "stars_ghost_in", "stars_ghost", "stars_ghost_out", + "stars_sort", "count", ]