Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts71 groupIdToTrackGroupPanel: Map<string, TrackGroupPanelInfo>; property in FlowEventsRendererArgs
75 this.groupIdToTrackGroupPanel = new Map<string, TrackGroupPanelInfo>();
93 this.groupIdToTrackGroupPanel.set(
111 const trackGroupInfo = args.groupIdToTrackGroupPanel.get(trackGroupId);