1 #ifndef __TimedObject_H__ 2 #define __TimedObject_H__ 39 inline void reset_timers();
45 inline void stop_timers()
const;
51 inline void start_timers(
bool do_reset =
false)
const;
54 inline double get_CPU_timer_value()
const;
57 inline double get_wall_clock_timer_value()
const;
High-resolution wall-clock timer stir::HighResWallClockTimer.
base class for all objects which need timers. At the moment, there's only a CPU timer.
Definition: TimedObject.h:35
inline implementations for stir::TimedObject
A class for measuring elapsed CPU time.
Definition: CPUTimer.h:96
declares the stir::CPUTimer class.
High-resolution timer.
Definition: HighResWallClockTimer.h:75