Closed
Bug 412476
Opened 17 years ago
Closed 17 years ago
analyze invalidates during startup on Win32
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: vlad, Unassigned)
References
Details
(Keywords: perf)
There's a theory that win32 startup got slower since thread manager because we invalidate and repaint more often than before during startup; we need to add some tracing printfs in nsWindow::OnPaint in widget/win32 so that we can trace what invalidates/paints happen during startup and when, and whether we can remove some of them.
Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9+
Comment 1•17 years ago
|
||
Isn't the theory invalid according to https://bugzilla.mozilla.org/show_bug.cgi?id=406810#c48 ?
Reporter | ||
Comment 2•17 years ago
|
||
Sounds like it.
Status: NEW → RESOLVED
Closed: 17 years ago
Priority: -- → P3
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•