Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtrack_group_panel.ts44 const trackCreator = trackRegistry.get(this.summaryTrackState.kind); constant
45 this.summaryTrack = trackCreator.create(this.summaryTrackState);
Dtrack_panel.ts193 const trackCreator = trackRegistry.get(this.trackState.kind); constant
194 this.track = trackCreator.create(this.trackState);