Open
Bug 1220172
Opened 9 years ago
Updated 2 years ago
Should hide platform allocations
Categories
(DevTools :: Memory, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: jsantell, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog])
Attachments
(1 file)
38.09 KB,
image/png
|
Details |
We currently display some platform allocations in the census:
setTimeout_timerTimer.jsm:30:5
MessageQueue.push/this._timeout<content-sessionStore.js:633:40
We should hide this unless show platform data is on. Right now, the pref is `devtools.performance.ui.show-platform-data`, but we should probably move this under `devtools.` as many tools could use this.
We should not attempt to handle this for Fx44.
Comment 1•9 years ago
|
||
Jordan, do you have STR?
Comment 2•9 years ago
|
||
We should only do this for tab/worker targets, not addons or the full process.
Whiteboard: [polish-backlog]
Reporter | ||
Comment 3•9 years ago
|
||
STR
* Go to http://news.ycombinator.com
* Open memory tools, turn on recording allocation stack
* Refresh
* Take snapshot
* Go to allocation stack view
* Should get some chrome JS listed:
makeInfallible/<DevToolsUtils.js:87:14gre
PageStyleHandler.init/<tab-content.js:435:40browser
this.ContentLinkHandler.init/<ContentLinkHandler.jsm:31:7
ContentPolicyChild.shouldLoadRemoteAddonsChild.jsm:183:31gre
----
In addon debugging or full process debugging, 'show platform data' is on by default
Flags: needinfo?(jsantell)
Updated•9 years ago
|
Has STR: no → yes
Updated•9 years ago
|
Priority: -- → P2
Reporter | ||
Comment 4•9 years ago
|
||
Run Ublock, and you'll see entries from it via "frameModule.js" from chrome://ublock0/content/frameModule.js
This should pertain to all views, not just census/aggregate views. Hiding it would be disengenious; maybe dim it out like we do when showing platform data in the profiler?
Summary: Should hide platform allocations in census view → Should hide platform allocations
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•