Home
last modified time | relevance | path

Searched refs:expandedCallsite (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts117 const expandedId = selectedHeapProfile.expandedCallsite ?
118 selectedHeapProfile.expandedCallsite.id :
121 selectedHeapProfile.expandedCallsite === undefined ?
123 selectedHeapProfile.expandedCallsite.totalSize;
148 this.lastSelectedHeapProfile!.expandedCallsite);
171 expandedCallsite: heapProfile.expandedCallsite,
188 this.lastSelectedHeapProfile.expandedCallsite !==
189 selection.expandedCallsite)));
195 rootSize?: number, expandedCallsite?: CallsiteInfo) {
199 this.heapProfileDetails.expandedCallsite = expandedCallsite;
/external/perfetto/ui/src/frontend/
Dheap_profile_panel.ts249 this.nodeRendering(), flamegraphData, data.expandedCallsite);
265 const expandedCallsite = this.flamegraph.onMouseClick({x, y}); constant
266 globals.dispatch(Actions.expandHeapProfileFlamegraph({expandedCallsite}));
Dglobals.ts100 expandedCallsite?: CallsiteInfo; property
/external/perfetto/ui/src/common/
Dactions.ts663 state: StateDraft, args: {expandedCallsite?: CallsiteInfo}): void {
665 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;
Dstate.ts213 expandedCallsite?: CallsiteInfo; property