/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1906                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

profiling
{
    type  parProfiling;

    libs  ("libutilityFunctionObjects.so");

    // Report stats on exit only (instead of every time step)
    executeControl  onEnd;
    writeControl    none;
}


// ************************************************************************* //
