14 #ifndef TIMER_INCLUDED 
   15 #define TIMER_INCLUDED 
   21 #include <sys/resource.h> 
double elapsed_sec() const 
 
Timer(const std::string &id="", const bool report=false)
 
unsigned long get_counter() const 
 
double elapsed_msec() const 
 
void report(const Bridge::VerboseLevel vl=Bridge::GENERAL)
 
static const std::string class_name