Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.CpuSlices/
H A Dindex.ts22 import {CpuSliceSelectionAggregator} from './cpu_slice_selection_aggregator';
36 new CpuSliceSelectionAggregator(),
H A Dcpu_slice_selection_aggregator.ts22 export class CpuSliceSelectionAggregator implements AreaSelectionAggregator { class