Functions | |
void | Show_Time (float *time) |
void Show_Time | ( | float * | time | ) |
Returns the time elapsed in the current program execution.
time | - The time elapsed since the first call to HOOPS in the current program, in seconds. Passed by reference always. Returned to user. |
On all systems the number of accurate digits to the right of the decimal point in time will get smaller as the number to the left gets larger, due to the finite accuracy of a "float". In the worst known case, after about one day's running time the time parameter will no longer be as accurate as a tenth of a second.