Open Bug 1220172 Opened 9 years ago Updated 2 years ago

Should hide platform allocations

Categories

(DevTools :: Memory, defect, P2)

43 Branch
defect

Tracking

(Not tracked)

People

(Reporter: jsantell, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [polish-backlog])

Attachments

(1 file)

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.
Jordan, do you have STR?
Has STR: --- → no
Flags: needinfo?(jsantell)
We should only do this for tab/worker targets, not addons or the full process.
Whiteboard: [polish-backlog]
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)
Has STR: no → yes
Priority: -- → P2
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
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: