mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
![Sylvestre Ledru](/assets/img/avatar_default.png)
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
17 lines
293 B
ReStructuredText
17 lines
293 B
ReStructuredText
PR_NSEC_PER_SEC
|
|
===============
|
|
|
|
A convenience macro to improve code readability as well as to avoid
|
|
mistakes in counting the number of zeros; represents the number of
|
|
nanoseconds in a second.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtime.h>
|
|
|
|
#define PR_NSEC_PER_SEC 1000000000UL
|