Skip to content
Snippets Groups Projects
Commit 1433bb64 authored by MichelJuillard's avatar MichelJuillard
Browse files

the overall time of execution is now saved in the log file

parent 380fd370
No related branches found
No related tags found
No related merge requests found
...@@ -617,8 +617,9 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console, ...@@ -617,8 +617,9 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console,
config_file.writeEndParallel(mOutputFile); config_file.writeEndParallel(mOutputFile);
mOutputFile << "diary off" << endl mOutputFile << endl << endl
<< endl << "disp(['Total computing time : ' dynsec2hms(toc) ]);" << endl; << "disp(['Total computing time : ' dynsec2hms(toc) ]);" << endl
<< "diary off" << endl;
mOutputFile.close(); mOutputFile.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment