Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
a30c9827
Commit
a30c9827
authored
May 27, 2016
by
Quentin Khan
Browse files
PerfTest: print date
parent
e12edd4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/PerfTest.cpp
View file @
a30c9827
...
...
@@ -74,6 +74,7 @@ int main (int argc, char** argv)
std
::
tm
date
=
*
std
::
localtime
(
&
d
);
std
::
stringstream
sstr
;
sstr
<<
std
::
put_time
(
&
date
,
"%F %T"
);
std
::
cout
<<
"Date: "
<<
sstr
.
str
()
<<
std
::
endl
;
params
.
json
[
"env"
][
"date"
]
=
sstr
.
str
();
}
...
...
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