Closed
Bug 1526895
Opened 7 years ago
Closed 7 years ago
Store process start time once for events ping
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(1 file)
Right now the process start time is calculated for every send of the events ping.
This can lead to an unstable value in a single session.
We should calculate this timestamp once at start of the events ping and re-use it.
(this is independent from other fixes to the monotonicNow method)
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by jrediger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74bd0fed9dbe
Calculate process creation timestamp once r=chutten
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•