Open
Bug 1951469
Opened 23 days ago
Updated 22 days ago
Switch some GC telemetry timings to microsecond resolution
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
It appears that at least our current path to telemetry is rounding eg GC_SLICE_MS
timings to whole numbers of milliseconds, which make the statistics (eg percentiles) jumpy and multimodal, and throw away information about the true distribution. If we're going to be truncated to integers, we ought to be reporting microseconds.
Updated•22 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•