Closed
Bug 1685502
Opened 5 years ago
Closed 4 years ago
Add a timestamp/duration class pair that only ticks when the computer is awake
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Using TimeStamp to count time for telemetry purposes doesn't work, because the timer used can tick when the computer is asleep (on Windows, particularly), and this skews the measurement.
We can use the same system calls as bug 1684925.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9195875 -
Attachment description: Bug 1685502 - Add a timestamp/duration class pair that only ticks when the computer is awake, on all platforms. → Bug 1685502 - Add a timestamp/duration class pair that only ticks when the computer is awake, on all platforms. r?gsvelto,glandium
Updated•4 years ago
|
Attachment #9195875 -
Attachment description: Bug 1685502 - Add a timestamp/duration class pair that only ticks when the computer is awake, on all platforms. r?gsvelto,glandium → Bug 1685502 - Add a timestamp/duration class pair that only ticks when the computer is awake, on all platforms. r?gsvelto
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0df7529f24be
Add a timestamp/duration class pair that only ticks when the computer is awake, on all platforms. r=gsvelto
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•