@@ -306,10 +306,11 @@ Functions
306
306
.. versionadded :: 3.3
307
307
308
308
.. versionchanged :: 3.5
309
- The function is now always available and always system-wide.
309
+ The function is now always available and the clock is now the same for
310
+ all processes.
310
311
311
312
.. versionchanged :: 3.10
312
- On macOS, the function is now system-wide .
313
+ On macOS, the clock is now the same for all processes .
313
314
314
315
315
316
.. function :: monotonic_ns() -> int
@@ -325,7 +326,8 @@ Functions
325
326
326
327
Return the value (in fractional seconds) of a performance counter, i.e. a
327
328
clock with the highest available resolution to measure a short duration. It
328
- does include time elapsed during sleep and is system-wide. The reference
329
+ does include time elapsed during sleep. The clock is the same for all
330
+ processes. The reference
329
331
point of the returned value is undefined, so that only the difference between
330
332
the results of two calls is valid.
331
333
@@ -340,7 +342,7 @@ Functions
340
342
.. versionadded :: 3.3
341
343
342
344
.. versionchanged :: 3.10
343
- On Windows, the function is now system-wide .
345
+ On Windows, the clock is now the same for all processes .
344
346
345
347
.. versionchanged :: 3.13
346
348
Use the same clock as :func: `time.monotonic `.
@@ -987,8 +989,8 @@ The following constant is the only parameter that can be sent to
987
989
988
990
.. data :: CLOCK_REALTIME
989
991
990
- System-wide real- time clock. Setting this clock requires appropriate
991
- privileges .
992
+ Real- time clock. Setting this clock requires appropriate privileges.
993
+ The clock is the same for all processes .
992
994
993
995
.. availability :: Unix.
994
996
0 commit comments