Open
Bug 1223711
Opened 10 years ago
Updated 5 years ago
ProcessPendingQForEntry taking lots of CPU time
Categories
(Core :: Networking, defect, P5)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
Details
(Whiteboard: [necko-backlog])
I have a profile where ProcessPendingQForEntry is taking 84% of cpu processing time of all the threads combined. 25 out of the total 100% is taken by ProcessPendingQEntry method itself
and (84 - 25) then is underneath the method: mostly TryDispatchConnection, where GetSpdyPreferredConn is 28%.
Nightly (2015-11-08)
After a minute or two the cpu usage went down.
Comment 1•10 years ago
|
||
what were you doing? (that just means the dispatcher was spinning for some reason that I guess it worked out)
Reporter | ||
Comment 2•10 years ago
|
||
This happened after resuming the laptop (64bit linux)
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 5•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•