Timer class provides services to measure the time. It's based on high performance counter. Create a timer object to start the counter. Get the elapsed time using ElapsedTime. More...
#include <Timer.h>
Public Member Functions | |
| Timer (int samplesCount) | |
| Constructor. It resets counter for first time. | |
| ~Timer (void) | |
| Destructor. | |
| float | ElapsedTime (void) |
| It gives the time elapsed since construction or between ElapsedTime calls. It resets counter. | |
| float | MeanElapsedTime (void) const |
Timer class provides services to measure the time. It's based on high performance counter. Create a timer object to start the counter. Get the elapsed time using ElapsedTime.
| float Timer::ElapsedTime | ( | void | ) |
It gives the time elapsed since construction or between ElapsedTime calls. It resets counter.
1.6.2