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.ts116 const expandedId = selectedHeapProfile.expandedCallsite ?
117 selectedHeapProfile.expandedCallsite.id :
120 selectedHeapProfile.expandedCallsite === undefined ?
122 selectedHeapProfile.expandedCallsite.totalSize;
147 this.lastSelectedHeapProfile!.expandedCallsite);
170 expandedCallsite: heapProfile.expandedCallsite,
187 this.lastSelectedHeapProfile.expandedCallsite !==
188 selection.expandedCallsite)));
194 rootSize?: number, expandedCallsite?: CallsiteInfo) {
198 this.heapProfileDetails.expandedCallsite = expandedCallsite;
/external/perfetto/ui/src/frontend/
Dheap_profile_panel.ts250 this.nodeRendering(), flamegraphData, data.expandedCallsite);
266 const expandedCallsite = this.flamegraph.onMouseClick({x, y}); constant
267 globals.dispatch(Actions.expandHeapProfileFlamegraph({expandedCallsite}));
Dglobals.ts64 expandedCallsite?: CallsiteInfo; property
/external/perfetto/ui/src/common/
Dactions.ts517 state: StateDraft, args: {expandedCallsite?: CallsiteInfo}): void {
519 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;
Dstate.ts192 expandedCallsite?: CallsiteInfo; property