Searched defs:PerformanceTimeStats (Results 1 – 2 of 2) sorted by relevance
145 struct PerformanceTimeStats { struct146 PerformanceTimeStats() {} in PerformanceTimeStats() argument165 PerformanceTimeStats CalucalateDeliveryTimeStats() const; argument
176 PerformanceTimeStats::PerformanceTimeStats(const std::vector<double>& times) { in PerformanceTimeStats() function in android::PerformanceTimeStats