TimerStats Class Reference
Detailed Description
Stopwatch class with statistics.
Use this class to measure the time between Start and Stop calls. Unlike Timer class, this class also provides statistical information.
#include <cyTimer.h>
Access time records | |
| Timer | timer |
| Returns the number of time records. | |
| double | times [128] |
| Returns the number of time records. | |
| double | minTime |
| Returns the number of time records. | |
| double | maxTime |
| Returns the number of time records. | |
| double | totalTime |
| Returns the number of time records. | |
| unsigned char | pos |
| Returns the number of time records. | |
| unsigned char | GetRecordCount () const |
| Returns the number of time records. | |
| double const * | GetRecords () const |
| Returns the array of time records. | |