Closed
Bug 1505070
Opened 6 years ago
Closed 6 years ago
Use un-fuzzed timestamps for engine telemetry
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jonco, Assigned: tjr)
References
Details
Attachments
(1 file)
769 bytes,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
When fuzzyfox (bug 1432429) is enabled, TimeStamp::Now() will return a 'fuzzed' timestamp. We currently use this to calculating telemetry information for the GC and in a couple of other places. We should use un-fuzzed timestamps for this as these will be more accurate.
I'm pretty sure we can fix this by making ReallyNow() use TimeStamp::NowUnfuzzed() instead.
Assignee | ||
Comment 1•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ce0255cd9823d6d844c0d55490a94157df39e4dd
Note that fuzyfox pauses the main thread (not workers yet, see Bug 1484300) so while this will report more accurate timestamps, the data will be different (worse) for fuzzyfox users. This is intentional, and we are able to separate out fuzzyfox users from telemetry when this is needed. (Right now we only have 2 users reporting telemetry.)
Assignee: nobody → tom
Attachment #9023048 -
Flags: review?(jcoppeard)
Reporter | ||
Comment 2•6 years ago
|
||
Comment on attachment 9023048 [details] [diff] [review]
Bug 1505070 - Use un-fuzzed timestamps for JS Engine telemetry r?jonco
Review of attachment 9023048 [details] [diff] [review]:
-----------------------------------------------------------------
Great, thanks for taking this.
Attachment #9023048 -
Flags: review?(jcoppeard) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/80fe34783bfc
Use un-fuzzed timestamps for JS Engine telemetry r=jonco
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•