Closed
Bug 984685
Opened 11 years ago
Closed 11 years ago
Add efficiency % to COLLECT_TIME_DEBUG cycle collector logging
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
1.58 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The percentage of the total CC graph that was collected is a handy way to judge the efficiency of a cycle collection at a glance.
Assignee | ||
Comment 1•11 years ago
|
||
I changed this to only show the percentage when there are at least 1000 things in the graph, because I don't care how efficient tiny CC graphs are, in particular the worker CCs.
Attachment #8392974 -
Flags: review?(bugs)
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Attachment #8392974 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•