GB.GetTime
int
GB.GetTime
( double *
time
, int
fromStart
);
Returns the current time in seconds.
time
is a pointer to a
double
variable that will receive the current time.
If
fromStart
is true, then
time
will receive the elapsed time in second from the beginning of the program.