Closed Bug 1505070 Opened 6 years ago Closed 6 years ago

Use un-fuzzed timestamps for engine telemetry

Categories

(Core :: JavaScript Engine, enhancement)

61 Branch
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla65
Tracking Status
firefox65 --- fixed

People

(Reporter: jonco, Assigned: tjr)

References

Details

Attachments

(1 file)

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.
Blocks: fuzzyfox
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)
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+
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
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: