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
 

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

References usec_time().

◆ usec_time()

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

References exprtk::details::numeric::max().

Referenced by time().


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