Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
We have upgraded GitLab to 15.1. Due to major code changes GitLab was down for some time.
Open sidebar
Tobias Weinzierl
teaMPI
Commits
b835b7a1
Commit
b835b7a1
authored
Jul 09, 2018
by
Ben Hazelwood
Browse files
Fix to output timings
parent
43adae18
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Timing.cpp
View file @
b835b7a1
...
...
@@ -199,7 +199,7 @@ void Timing::outputTiming() {
}
f
<<
"
\n
"
;
f
<<
"
heartbeatTime
s"
;
f
<<
"
sleepPoint
s"
;
for
(
const
double
&
t
:
timer
.
sleepPoints
)
{
f
<<
sep
<<
t
-
timer
.
startTime
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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