#include <chrono.hxx>
Public Member Functions | |
salome_chrono (int i) | |
~salome_chrono () | |
void | stop () |
Protected Attributes | |
bool | _run |
int | _ctr |
clock_t | _start |
clock_t | _end |
Definition at line 53 of file chrono.hxx.
salome_chrono::salome_chrono | ( | int | i | ) |
salome_chrono::~salome_chrono | ( | ) |
void salome_chrono::stop | ( | ) |
Definition at line 76 of file chrono.cxx.
References _ctr, acnt::_ctrCumul, acnt::_ctrOccur, counters::_ctrs, _end, _run, and _start.
Referenced by ~salome_chrono().
|
protected |
Definition at line 61 of file chrono.hxx.
Referenced by stop().
|
protected |
Definition at line 62 of file chrono.hxx.
Referenced by stop().
|
protected |
Definition at line 60 of file chrono.hxx.
Referenced by stop(), and ~salome_chrono().
|
protected |
Definition at line 62 of file chrono.hxx.
Referenced by salome_chrono(), and stop().