Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
09aeffb8
Commit
09aeffb8
authored
Oct 14, 2016
by
Matthieu Schaller
Browse files
More accurate description of timing output
parent
4d6e36b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
09aeffb8
...
...
@@ -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
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment