Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp103 for (size_t i = 0; i < SketchIndex::SIZE; i++) { in LatencyAggregator()
136 std::array<std::unique_ptr<KllQuantile>, SketchIndex::SIZE>& sketches = in processStatistics()
141 sketches[SketchIndex::EVENT_TO_READ]->Add(ns2hus(eventToRead)); in processStatistics()
161 sketches[SketchIndex::READ_TO_DELIVER]->Add(ns2hus(readToDeliver)); in processStatistics()
162 sketches[SketchIndex::DELIVER_TO_CONSUME]->Add(ns2hus(deliverToConsume)); in processStatistics()
163 sketches[SketchIndex::CONSUME_TO_FINISH]->Add(ns2hus(consumeToFinish)); in processStatistics()
164 sketches[SketchIndex::CONSUME_TO_GPU_COMPLETE]->Add(ns2hus(consumeToGpuComplete)); in processStatistics()
165 sketches[SketchIndex::GPU_COMPLETE_TO_PRESENT]->Add(ns2hus(gpuCompleteToPresent)); in processStatistics()
166 sketches[SketchIndex::END_TO_END]->Add(ns2hus(endToEnd)); in processStatistics()
172 std::array<std::unique_ptr<SafeBytesField>, SketchIndex::SIZE> serializedDownData; in pullData()
[all …]
DLatencyAggregator.h28 enum SketchIndex : size_t { enum
86 std::array<std::unique_ptr<dist_proc::aggregation::KllQuantile>, SketchIndex::SIZE>
88 std::array<std::unique_ptr<dist_proc::aggregation::KllQuantile>, SketchIndex::SIZE>