A package-private implementation of
ITimer based around native
getTime method. It will work on any platform for which a JNI
implementation of "hrtlib" library is available.
TimerFactory acts as the Factory for this class.
MT-safety: an instance of this class is safe to be used within the same
thread only.
author: Vlad Roubtsov author: Originally published in author: href="http://www.javaworld.com/javaworld/javaqa/2003-01/01-qa-0110-timing.html">JavaWorld version: $Revision: 493784 $ |