Skip to content
Snippets Groups Projects
Commit b52f7571 authored by Chris Greenshields's avatar Chris Greenshields
Browse files

foamNewApp: added execution and clock times to template

parent 17cc8483
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment