24 #ifndef __stir_TIMER_H__ 25 #define __stir_TIMER_H__ 57 inline virtual ~
Timer();
60 inline void start(
bool do_reset =
false);
67 inline double value()
const;
71 double previous_value;
72 double previous_total_value;
74 virtual double get_current_value()
const = 0;
inline implementations for stir::Timer
basic configuration include file
A general base class for timers. Interface is like a stop watch.
Definition: Timer.h:53