Closed
Bug 1442361
Opened 7 years ago
Closed 6 years ago
Track content process startup memory in AWSY
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: mccr8, Assigned: erahm)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
Maybe we already do this, but if we're going to put in a bunch of work to shave off 100kb here and there of memory, we should track it so we know about regressions. What we want is content process startup memory (eg without any real content loaded).
Blocks: 1298113
Assignee | ||
Comment 1•6 years ago
|
||
Andrew, is the about:blank test good enough for this? It measures:
- Base Content Resident Unique Memory
- Base Content Heap Unclassified
- Base Content JS
I guess we could add explicit as well.
Flags: needinfo?(continuation)
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #8986927 -
Flags: review?(continuation)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Reporter | ||
Updated•6 years ago
|
Attachment #8986927 -
Flags: review?(continuation) → review+
Assignee | ||
Comment 4•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9253a827f52d262efee2f659095d38cf0b44fd0f
Bug 1442361 - Track explicit memory usage in the base content memory test. r=mccr8
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•