Skip to content
Snippets Groups Projects
Commit 61e41439 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add the timing of the task number estimation to the runtime analysis script.

parent 6c3d7782
Branches
Tags
1 merge request!712Better link size estimates
...@@ -61,6 +61,7 @@ labels = [ ...@@ -61,6 +61,7 @@ labels = [
"engine_recompute_displacement_constraint:", "engine_recompute_displacement_constraint:",
"engine_exchange_top_multipoles:", "engine_exchange_top_multipoles:",
"updating particle counts", "updating particle counts",
"engine_estimate_nr_tasks:"
"Making gravity tasks", "Making gravity tasks",
"Making hydro tasks", "Making hydro tasks",
"Splitting tasks", "Splitting tasks",
...@@ -121,6 +122,7 @@ is_rebuild = [ ...@@ -121,6 +122,7 @@ is_rebuild = [
1, 1,
1, 1,
1, 1,
1,
0, 0,
0, 0,
0, 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment