Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrack_controller.ts66 shouldSummarize(resolution: number): boolean { method in TrackController
/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts70 const isQuantized = this.shouldSummarize(resolution);
/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts108 const isQuantized = this.shouldSummarize(resolution);
/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts56 const isQuantized = this.shouldSummarize(resolution);
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts66 const isQuantized = this.shouldSummarize(resolution);