Skip to content
Snippets Groups Projects
Commit 0c58ea68 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

don't count the tasks at each step. this is sufficiently expensive to mess up the results.

parent c20c6c25
No related branches found
No related tags found
1 merge request!282Scheduler activate root
......@@ -2881,7 +2881,7 @@ void engine_step(struct engine *e) {
submask |= 1 << task_subtype_tend;
}
if (e->verbose) engine_print_task_counts(e);
// if (e->verbose) engine_print_task_counts(e);
/* Send off the runners. */
TIMER_TIC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment