23 #ifndef __CPUTimer_H__ 24 #define __CPUTimer_H__ 99 inline double get_current_value()
const override;
106 #endif // __CPUTimer_H__ This declares the stir::Timer class.
inline implementations for stir::CPUTimer
A class for measuring elapsed CPU time.
Definition: CPUTimer.h:96
A general base class for timers. Interface is like a stop watch.
Definition: Timer.h:53