Closed Bug 1201303 Opened 9 years ago Closed 9 years ago

Create a tree widget for displaying census information

Categories

(DevTools :: Memory, defect)

41 Branch
defect
Not set
normal

Tracking

(firefox43 fixed)

RESOLVED FIXED
Firefox 43
Tracking Status
firefox43 --- fixed

People

(Reporter: jsantell, Assigned: jsantell)

References

Details

Attachments

(1 file)

No description provided.
Depends on: 1200853
Comment on attachment 8656791 [details] [diff] [review] 1201303-heap-widget.patch Review of attachment 8656791 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/devtools/memory/modules/census-view.js @@ +22,5 @@ > + * parent node is used for all rows. > + * > + * @param CensusView caller > + * The CensusView considered the "caller" frame. This newly created > + * instance will be represent the "callee". Should be null for root nodes. There are no calls happening here, let's replace caller/callee with parent/child. @@ +24,5 @@ > + * @param CensusView caller > + * The CensusView considered the "caller" frame. This newly created > + * instance will be represent the "callee". Should be null for root nodes. > + * @param {Object} Report > + * An object containing definition describing the type of data in the report. Based on the description, this should be "breakdown" not "report". The breakdown describes the structure, the report is the value generated by the census which has the structure described by a breakdown. @@ +30,5 @@ > + * Data from `takeCensus` transformed via `CensusTreeNode`. Data looks like: > + * Array<CensusViewData> children > + * String name > + * Number count > + * Bytes count No need to describe a CensusTreeNode's structure here since that is already done for the CensusTreeNode docs. Add an @see path/to/CensusTreeNode.js if you want.
Attachment #8656791 - Flags: review?(nfitzgerald) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: