Closed
Bug 524865
Opened 16 years ago
Closed 14 years ago
DebugPrintAllKeyboardLayouts is 80% of startup time
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: jruderman, Assigned: masayuki)
References
Details
(Keywords: dogfood)
DebugPrintAllKeyboardLayouts adds 20s to my normally 5s startup time (on a 1.8GHz Mac Mini). Please make it ifdef DEBUG_KEYBOARD_LAYOUTS or dependent on a prlogging env var or something.
Reporter | ||
Comment 1•16 years ago
|
||
This was made debug-only in bug 517549, I think.
Assignee | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> This was made debug-only in bug 517549, I think.
Yes.
Reporter | ||
Comment 3•16 years ago
|
||
This adds 20s to the startup time of debug builds on some of my machines :( Rebooting helps a little...
Reporter | ||
Comment 4•16 years ago
|
||
But after a few more days, it's back to taking 15+ seconds. This is really getting in my way.
Assignee | ||
Comment 5•14 years ago
|
||
The patch of part.13 of bug 519972 will fix this bug.
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•14 years ago
|
||
TextInputHandler::DebugPrintAllKeyboardLayouts() outputs only NSPR log, now. If you don't enable the log module, you shouldn't see this bug.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•