Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
1433bb64
Commit
1433bb64
authored
Jan 22, 2012
by
MichelJuillard
Browse files
the overall time of execution is now saved in the log file
parent
380fd370
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ModFile.cc
View file @
1433bb64
...
...
@@ -617,8 +617,9 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console,
config_file
.
writeEndParallel
(
mOutputFile
);
mOutputFile
<<
"diary off"
<<
endl
<<
endl
<<
"disp(['Total computing time : ' dynsec2hms(toc) ]);"
<<
endl
;
mOutputFile
<<
endl
<<
endl
<<
"disp(['Total computing time : ' dynsec2hms(toc) ]);"
<<
endl
<<
"diary off"
<<
endl
;
mOutputFile
.
close
();
...
...
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