12 #ifndef ELC_TIME_TIME_DATA_HPP_ 13 #define ELC_TIME_TIME_DATA_HPP_ 53 void clear() { durations.clear(); }
std::vector< ecl::Duration > durations
Embedded control libraries.
Device for conveniently storing and analysing benchmarking times.
Cross-platform header inclusions for the duration typedefs.
void push_back(const ecl::Duration &duration)
Append a new timing measurement to the sequence.
TimeStamp Duration
Convenience typedef to associate timestamps with the concept of durations.
void clear()
Reset the container (i.e. clear it).