Stopwatch style timer.
More...
#include <BTimer.h>
◆ BTimer()
◆ ~BTimer()
◆ add()
void BTimer::add |
( |
BTimer & |
timer | ) |
|
◆ average()
double BTimer::average |
( |
| ) |
|
Average time is duration between start() and stop() / number of stops.
◆ clear()
◆ getElapsedTime()
double BTimer::getElapsedTime |
( |
| ) |
|
Returns the elapsed time from the last start.
◆ getTime()
double BTimer::getTime |
( |
| ) |
|
|
staticprivate |
◆ peak()
◆ start()
◆ stop()
◆ oaverage
◆ oendTime
◆ olock
◆ onum
unsigned int BTimer::onum |
|
private |
◆ opeak
◆ ostartTime
double BTimer::ostartTime |
|
private |
The documentation for this class was generated from the following files: