Closed
Bug 489922
Opened 16 years ago
Closed 15 years ago
Selectively print heaprep for -memstats: reduces annoyance, improves performance
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P4)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: rishah, Assigned: lhansen)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier:
The bitmap of used/unused pages generated in GCHeap::DumpMemoryInfo() might not be of interested to everyone.
The request is to move that info towards end of the report.
Should be as simple as calling DumpHeapReap() after DumpFatties()
Reproducible: Always
Comment 1•16 years ago
|
||
+1 I'd like to add the detailed size class info and have that and DumpHeapRep turned off by default with a mechanism to enable. Maybe we can piggy back on the existing GCHeapConfig.verbose flag and wire that up to a env var and the existing verbose command line switch.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•16 years ago
|
||
-1 for env var and piggyback - knowledge will quickly be lost of how it works
+1 adding cmd line switch.
Comment 3•16 years ago
|
||
env vars are nice for the player where command line isn't an option, to be sure there will be a cli switch.
Assignee | ||
Updated•15 years ago
|
Priority: P3 → P5
Target Milestone: Future → flash10.1
Assignee | ||
Comment 4•15 years ago
|
||
Targeting for 10.1 because the bitmap printout is seriously annoying for casual use of -memstats.
Assignee | ||
Updated•15 years ago
|
Assignee: tierney → nobody
Assignee | ||
Updated•15 years ago
|
Priority: P5 → P4
Summary: Reorder memory dump generated by profiler → Selectively print heaprep for -memstats: reduces annoyance, improves performance
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lhansen
Assignee | ||
Comment 6•15 years ago
|
||
Attachment #404819 -
Flags: review?(treilly)
Updated•15 years ago
|
Attachment #404819 -
Flags: review?(treilly) → review+
Assignee | ||
Comment 7•15 years ago
|
||
redux changeset: 2744:54328be1b334
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•