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

More accurate description of timing output

parent 4d6e36b5
Branches
Tags
1 merge request!267Mark tasks in drift2
......@@ -2869,7 +2869,7 @@ void engine_drift(struct engine *e) {
e->s->nr_cells, sizeof(struct cell), 1, e);
if (e->verbose)
message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
message("took %.3f %s (including task unskipping).", clocks_from_ticks(getticks() - tic),
clocks_getunit());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment