Closed
Bug 651580
Opened 14 years ago
Closed 12 years ago
Identify code causing delays in the browser UI
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dietrich, Unassigned)
References
Details
Now that bug 601268 has landed, we can start to look into ways of correlating event loop return lag with specific code.
Two different approaches we've talked about taking when code takes too long to return to the main event loop:
1. Hooking into Shark (or other profiler). Great for Firefox developers familiar with low-level platform APIs.
2. Dumping the JS stack via the function callback hooks (bug 507012). Useful Firefox front-end devs, and add-on and web-devs. Provides easy correlation of JS code with responsiveness problems, possible with both chrome and content.
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 1•13 years ago
|
||
Making this depend on the new profiler, which obsoletes the earlier work done in these dependent bugs.
Comment 2•12 years ago
|
||
With SPS in place, I think this bug is done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•