|
Access time records |
|
unsigned char | GetRecordCount () const |
| | Returns the number of time records.
|
|
const double * | GetRecords () const |
| | Returns the array of time records.
|
|
cyTimer | 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.
|
Public Member Functions |
|
|
void | Start () |
| | Starts the timer.
|
| double | Stop () |
| | Stops the timer and records the current measurement.
|
|
|
void | Clear () |
| | Clears all the time records.
|
| double | GetLastTime () const |
| | Returns the last measured time.
|
|
double | GetMin () const |
| | Returns the minimum measured time.
|
|
double | GetMax () const |
| | Returns the maximum measured time.
|
|
double | GetAverage () const |
| | Returns the average of all recorded times (max previous 128 records).
|
| double | GetVariance () const |
| | Returns the variance of the time records.
|
| double | GetStdev () const |
| | Returns the standard deviation of the time records.
|