Actually as of yet I see no need for a high res timer for mac... if you do some simple tests currentTimeMillis IS accurate to the millisecond. If you want higher resolution, check out the UNIX command gettimeofday (also available in MACOSX). It will give you accuracy up to the microsecond. Just some simple JNI code required.
- Tristan





