Open Bug 1481624 Opened 6 years ago Updated 2 years ago

Vendor the monotonic Python module and use it instead of wall-clock time for build system time measurements

Categories

(Firefox Build System :: General, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: ted, Unassigned)

References

Details

Python 2 doesn't have a monotonic clock function, but there's a `monotonic` module that backports Python 3's `time.monotonic` function: https://pypi.org/project/monotonic/ We should vendor this module and use it instead of wall-clock time for measuring build times and such.
We require Python 3.5+ to build. Would it be possible to use Python 3 for whatever it is you are trying to measure?
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.