Home
last modified time | relevance | path

Searched refs:HeapProfileFlamegraph (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts27 import {CallsiteInfo, HeapProfileFlamegraph} from '../common/state';
75 private lastSelectedHeapProfile?: HeapProfileFlamegraph;
96 const selectedHeapProfile: HeapProfileFlamegraph =
163 private copyHeapProfile(heapProfile: HeapProfileFlamegraph):
164 HeapProfileFlamegraph {
177 private shouldRequestData(selection: HeapProfileFlamegraph) {
/external/perfetto/ui/src/common/
Dstate.ts205 export interface HeapProfileFlamegraph { interface
305 currentHeapProfileFlamegraph: HeapProfileFlamegraph|null;