Version: 8.3.0
salome_chrono Class Reference

#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
 

Constructor & Destructor Documentation

salome_chrono::salome_chrono ( int  i)

References _start.

salome_chrono::~salome_chrono ( )

References _run, and stop().

Member Function Documentation

void salome_chrono::stop ( )

Field Documentation

int salome_chrono::_ctr
protected

Referenced by stop().

clock_t salome_chrono::_end
protected

Referenced by stop().

bool salome_chrono::_run
protected

Referenced by stop(), and ~salome_chrono().

clock_t salome_chrono::_start
protected

Referenced by salome_chrono(), and stop().