20 #ifndef COIL_TIMEMEASURE_H 21 #define COIL_TIMEMEASURE_H 24 #include <coil/TimeValue.h> 179 unsigned long int count()
const;
248 #endif // COIL_TIMEMEASURE_H
Structure for time statistics.
coil::TimeValue & interval()
Get a interval time.
unsigned long long int m_cpuClock
Statistics getStatistics()
Get statistics result.
void tack()
Finish time measurement for time statistics.
const unsigned long int m_countMax
coil::TimeValue m_interval
void reset()
Initialize for statistics related data.
unsigned long int m_count
unsigned long int count() const
Get number of time measurement buffer.
void tick()
Begin time measurement for time statistics.
TimeMeasure(int buflen=100)
Constructor.
std::vector< coil::TimeValue > m_record
Common Object Interface Layer.