<P>The <CODE>Time::HiRes</CODE> module implements a Perl interface to the usleep, ualarm,
and gettimeofday system calls. See the EXAMPLES section below and the test
scripts for usage; see your system documentation for the description of
the underlying gettimeofday, usleep, and ualarm calls.</P>
<P>If your system lacks <A HREF="#item_gettimeofday"><CODE>gettimeofday(2)</CODE></A> you don't get <A HREF="#item_gettimeofday"><CODE>gettimeofday()</CODE></A> or the
one-arg form of tv_interval(). If you don't have <A HREF="#item_usleep"><CODE>usleep(3)</CODE></A> or <A HREF="../../../lib/Pod/perlfunc.html#item_select"><CODE>select(2)</CODE></A>
you don't get <A HREF="#item_usleep"><CODE>usleep()</CODE></A> or sleep(). If your system don't have <A HREF="#item_ualarm"><CODE>ualarm(3)</CODE></A>
or <CODE>setitimer(2)</CODE> you don't
get <A HREF="#item_ualarm"><CODE>ualarm()</CODE></A> or alarm(). If you try to import an unimplemented function
in the <A HREF="../../../lib/Pod/perlfunc.html#item_use"><CODE>use</CODE></A> statement it will fail at compile time.</P>
<P>The following functions can be imported from this module. No