67 void getStats(
double &av,
double &m,
double &M)
Class used for calculate the fps.
void getStats(double &av)
This function returns the Average value.
void update()
This function must be called each time you want to track a frame.
void getStats(double &av, double &m, double &M)
This function returns the Minimum, Maximum and Average values.
void reset()
This function must be called each time you want to reset the acquiring data period Typically if you w...
double now()
Return the current time in seconds, relative to an arbitrary starting point.