Home
last modified time | relevance | path

Searched refs:currentHeapProfileFlamegraph (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/frontend/
Dheap_profile_panel.ts167 globals.state.currentHeapProfileFlamegraph!.viewingOption;
189 if (globals.state.currentHeapProfileFlamegraph === null) return '';
190 return globals.state.currentHeapProfileFlamegraph.viewingOption === button ?
254 const current = globals.state.currentHeapProfileFlamegraph;
/external/perfetto/ui/src/common/
Dactions.ts641 state.currentHeapProfileFlamegraph = {
664 if (state.currentHeapProfileFlamegraph === null) return;
665 state.currentHeapProfileFlamegraph.expandedCallsite = args.expandedCallsite;
671 if (state.currentHeapProfileFlamegraph === null) return;
672 state.currentHeapProfileFlamegraph.viewingOption = args.viewingOption;
677 if (state.currentHeapProfileFlamegraph === null) return;
678 state.currentHeapProfileFlamegraph.focusRegex = args.focusRegex;
Dstate.ts305 currentHeapProfileFlamegraph: HeapProfileFlamegraph|null; property
825 currentHeapProfileFlamegraph: null,
/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts87 const selection = globals.state.currentHeapProfileFlamegraph;