Closed
Bug 1374759
Opened 8 years ago
Closed 8 years ago
mozJSComponentLoader::LoadModule should add a pseudo stack frame showing which script is loaded
Categories
(Core :: Gecko Profiler, enhancement)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
Details
Attachments
(1 file)
|
1.54 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
Currently when looking at profiles, it's possible to guess which JS XPCOM component is being loaded only if the JS running at the '(root scope)' of the component is visible in the profile.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8879682 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8879682 -
Flags: review?(mstange) → review+
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ac165733761a
mozJSComponentLoader::LoadModule should add a pseudo stack frame showing which script is loaded, r=mstange.
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•