foamNewApp: added execution and clock times to template

This commit is contained in:
Chris Greenshields
2015-12-07 14:15:14 +00:00
parent 17cc8483ef
commit b52f7571b9

View File

@ -39,6 +39,10 @@ int main(int argc, char *argv[])
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< nl << "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
Info<< "\nEnd\n" << endl;
return 0;
}