Closed
Bug 1217158
Opened 9 years ago
Closed 9 years ago
Aggregate total counts/bytes in CensusTreeNode
Categories
(DevTools :: Memory, defect)
DevTools
Memory
Tracking
(firefox44 fixed)
RESOLVED
FIXED
Firefox 44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file)
17.89 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8677066 -
Flags: review?(jsantell)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment on attachment 8677066 [details] [diff] [review]
Aggregate total counts/bytes in CensusTreeNode
Review of attachment 8677066 [details] [diff] [review]:
-----------------------------------------------------------------
:shipit:
::: devtools/shared/heapsnapshot/census-tree-node.js
@@ +352,5 @@
> *
> * @returns {Number}
> * A number suitable for using with Array.prototype.sort.
> */
> +function compareByTotalBytes (node1, node2) {
nice
Attachment #8677066 -
Flags: review?(jsantell) → review+
Assignee | ||
Updated•9 years ago
|
Blocks: memory-tools-fx44
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/c4c32be81581871c50e27a1ebba0b5499615ea4e
Backed out changeset be72055dc7ac (bug 1217158) for XPCShell bustage
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•