GranOO  3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
Public Member Functions | Private Attributes | List of all members
exprtk::timer Class Reference

#include <Exprtk.hpp>

Public Member Functions

 timer ()
 
void start ()
 
void stop ()
 
unsigned long long int usec_time () const
 
double time () const
 
bool in_use () const
 

Private Attributes

bool in_use_
 
struct timeval start_time_
 
struct timeval stop_time_
 

Constructor & Destructor Documentation

◆ timer()

exprtk::timer::timer ( )
inline

Member Function Documentation

◆ in_use()

bool exprtk::timer::in_use ( ) const
inline

◆ start()

void exprtk::timer::start ( )
inline

◆ stop()

void exprtk::timer::stop ( )
inline

◆ time()

double exprtk::timer::time ( ) const
inline

◆ usec_time()

unsigned long long int exprtk::timer::usec_time ( ) const
inline

Member Data Documentation

◆ in_use_

bool exprtk::timer::in_use_
private

◆ start_time_

struct timeval exprtk::timer::start_time_
private

◆ stop_time_

struct timeval exprtk::timer::stop_time_
private

The documentation for this class was generated from the following file: