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

Print the number of tasks of each type when running in verbose mode

parent 44194d4e
No related branches found
No related tags found
No related merge requests found
......@@ -2818,6 +2818,8 @@ void engine_step(struct engine *e) {
submask |= 1 << task_subtype_tend;
}
if (e->verbose) engine_print_task_counts(e);
/* Send off the runners. */
TIMER_TIC;
engine_launch(e, e->nr_threads, mask, submask);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment