This class allows simple access to the MAC-OS provided microsecond resolution timer
![]() | seed (void) This returns a seed from the low 32 bits of the microsecond timer so you can use it as a seed for your favorite (or is that favourite?) random number generator |
![]() | start (void) Start the timer |
![]() | time (void) Get the amount of time (in seconds) that has passed since the last start() call |
![]() | wait (IML_FLOAT WaitTime) Use this call if you just want to pause your program for a specified amount of time (in seconds) |
This class allows simple access to the MAC-OS provided microsecond resolution timer. Only a minimal and, I hope, useful set of functions are provided.
IML_FLOAT time(void)
generated by doc++