16 lines
289 B
C++
16 lines
289 B
C++
// -*- C++ -*-
|
|
|
|
profiling
|
|
{
|
|
type parProfiling;
|
|
|
|
libs (utilityFunctionObjects);
|
|
|
|
// Report stats on exit only (instead of every time step)
|
|
executeControl onEnd;
|
|
writeControl none;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|