Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
c8019f24
Commit
c8019f24
authored
Aug 10, 2016
by
remicres
Browse files
ENH: Time probe units in seconds
parent
35d25a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmHeader.h
View file @
c8019f24
...
...
@@ -90,7 +90,7 @@ void GatherUsefulVariables(unsigned long long int& accumulatedMemory, bool& isFu
*/
void
ShowTime
(
boost
::
timer
t
)
{
std
::
cout
<<
"--- Process duration : "
<<
t
.
elapsed
()
<<
std
::
endl
;
std
::
cout
<<
"--- Process duration : "
<<
std
::
floor
(
t
.
elapsed
()
)
<<
" s"
<<
std
::
endl
;
t
.
restart
();
}
#endif
Write
Preview
Markdown
is supported
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