22Updater::Updater(
size_t const sizeState) : timing (false ),
24 sizeState (sizeState),
virtual std::map< std::string, Stopwatch > getTiming() const
Return timings gathered in stopwatch map.
std::string prefix
Prefix for timing stopwatches.
virtual void resetTimingLoop()
Start a new timing loop (e.g.
bool timingReset
Internal loop timer reset switch.
bool timing
Whether detailed timing is enabled.
virtual void setupTiming(std::string const &prefix="upd")
Activate detailed timing.
std::map< std::string, Stopwatch > sw
Stopwatch map for timing.