Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.Counter/
H A Dindex.ts30 import {CounterSelectionAggregator} from './counter_selection_aggregator';
120 new CounterSelectionAggregator(),
H A Dcounter_selection_aggregator.ts22 export class CounterSelectionAggregator implements AreaSelectionAggregator { class