#include <chrono.hxx>
Public Member Functions | |
| counters (int nb) | |
| ~counters () | |
Static Public Member Functions | |
| static void | stats () |
Static Public Attributes | |
| static cntStruct * | _ctrs = 0 |
Static Protected Attributes | |
| static int | _nbChrono = 0 |
Definition at line 36 of file chrono.hxx.
| counters::counters | ( | int | nb | ) |
Definition at line 28 of file chrono.cxx.
References acnt._ctrNames, and MESSAGE.
| counters::~counters | ( | ) |
Definition at line 45 of file chrono.cxx.
{
stats();
}
| void counters::stats | ( | ) | [static] |
Definition at line 50 of file chrono.cxx.
References MESSAGE.
Referenced by SMDS_UnstructuredGrid.BuildDownwardConnectivity(), and SMESH_MeshEditor.DoubleNodesOnGroupBoundaries().
cntStruct * counters::_ctrs = 0 [static] |
Definition at line 39 of file chrono.hxx.
Referenced by chrono.stop().
int counters::_nbChrono = 0 [static, protected] |
Definition at line 44 of file chrono.hxx.