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

time-shift
Michel Juillard 2012-01-22 16:09:42 +01:00
parent 380fd37092
commit 1433bb6485
1 changed files with 3 additions and 2 deletions

View File

@ -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();