1
0
Fork 0
firefox/docs/nspr/reference/pr_intervaltomicroseconds.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

34 lines
506 B
ReStructuredText

PR_IntervalToMicroseconds
=========================
Converts platform-dependent intervals to standard clock microseconds.
Syntax
------
.. code::
#include <prinrval.h>
PRUint32 PR_IntervalToMicroseconds(PRIntervalTime ticks);
Parameter
~~~~~~~~~
``ticks``
The number of platform-dependent intervals to convert.
Returns
~~~~~~~
Equivalent in microseconds of the value passed in the ``ticks``
parameter.
Description
-----------
Conversion may cause overflow, which is not reported.