Closed
Bug 927355
Opened 12 years ago
Closed 11 years ago
Print fractional milliseconds in event tracer samples
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: ted, Assigned: ted)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
3.12 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
In bug 904642 mbrubeck noted that we're rounding our Talos responsiveness results, resulting in aliasing in the final numbers. Turns out we're rounding them at the sample level as well, so we need to fix that to fix the whole problem.
The other printf changes in this file are just to silence compiler warnings on my Linux64 build.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #817776 -
Flags: review?(benjamin)
Updated•12 years ago
|
Attachment #817776 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•11 years ago
|
||
I forgot about this while waiting for the Talos changes to go live:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4faf6493c9ea
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•