Closed
Bug 1594015
Opened 6 years ago
Closed 6 years ago
Don't give large event delay numbers for threads that wait outside of ProcessNextEvent
Categories
(Core :: Performance: General, defect, P2)
Core
Performance: General
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
Details |
DOM Worker threads and Socket Thread have custom event loops that wait for events outside of ProcessNextEvent; this can lead to spurious long event delay numbers from bug 1572337 for these threads, especially at thread startup.
| Assignee | ||
Comment 1•6 years ago
|
||
Socket Thread and Worker Threads use custom event loops and don't wait in
calls to ProcessNextEvent all the time; this can lead to odd Responsiveness numbers.
Depends on D41637
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/25f074eb5074
Ensure that threads with odd ProcessNextEvent loops get correct event delays r=froydnj
Updated•6 years ago
|
Priority: -- → P2
Comment 3•6 years ago
|
||
Follow up to the backout of bug 1572337.
backouts:
https://hg.mozilla.org/integration/autoland/rev/46f56b04700693c563081aa7a56a0f79b9e2176a
https://hg.mozilla.org/integration/autoland/rev/3334e244dd728e3b49a9d149f035dc1eeabace35
Flags: needinfo?(rjesup)
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/ca47cdea9beb
Ensure that threads with odd ProcessNextEvent loops get correct event delays r=froydnj
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•