python-monotonic – implementation of time.monotonic() - Python 2.x

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: GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3) on Linux/BSD.

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.

This package contains the Python 2.x module.

Package availability chart

Distribution

Base version

Our version

Architectures

Debian GNU/Linux 10.0 (buster)

1.1-2

1.1-2~nd100+1

i386, amd64, sparc, armel, ppc64el

Debian GNU/Linux 11.0 (bullseye)

1.5-3

Debian GNU/Linux 12.0 (bookworm)

1.6-2

Debian GNU/Linux 9.0 (stretch)

1.1-2

1.1-2~nd90+1

i386, amd64, sparc, armel

Debian testing (trixie)

1.6-2

Debian unstable (sid)

1.6-2

1.1-2~nd+1

i386, amd64, sparc, armel

Ubuntu 16.04 “Xenial Xerus” (xenial)

0.6-2

1.1-2~nd16.04+1

i386, amd64, sparc, armel

Ubuntu 18.04 “Bionic Beaver” (bionic)

1.1-2

Ubuntu 20.04 “Focal Fossa” (focal)

1.5-0ubuntu2

Ubuntu 22.04 “Jammy Jellyfish” (jammy)

1.6-2

Comments

blog comments powered by Disqus