monotonic
This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.
On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation:
Linux, BSD |
clock_gettime(3) |
Windows |
GetTickCount64 |
OS X |
mach_absolute_time |
If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a RuntimeError exception to be raised.
Release files for monotonic 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| monotonic-0.3.tar.gz | 6.7 kB | Details |
Release files / monotonic-0.3.tar.gz
| Download URL | monotonic-0.3.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2825ba5ded67b1a70d44529634d3f4ddfad67a5ed7fdcf026022a3ce175be07b
|
|
BLAKE2b-256 checksum How to use checksums |
e12331f6d99adea88792d5490e8eb6347c5846cb41f70e1420f07fa03f7ee07f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |