Converts platform-dependent intervals to standard clock microseconds.
#include <prinrval.h> PRUint32 PR_IntervalToMicroseconds(PRIntervalTime ticks);
ticks
Equivalent in microseconds of the value passed in the ticks
parameter.
Conversion may cause overflow, which is not reported.