Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp136 std::array<std::unique_ptr<KllQuantile>, SketchIndex::SIZE>& sketches = in processStatistics() local
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()
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto175 * All sketches measure durations in a streaming fashion.
184 // -------------------------- DOWN event sketches ------ START ---------------------------------
208 // -------------------------- DOWN event sketches ------ END -----------------------------------
210 // -------------------------- MOVE event sketches ------ START ---------------------------------
234 // -------------------------- MOVE event sketches ------ END -----------------------------------