Searched refs:PerformanceAnalysis (Results 1 – 3 of 3) sorted by relevance
192 class PerformanceAnalysis; variable196 using PerformanceAnalysisMap = std::map<int, std::map<log_hash_t, PerformanceAnalysis>>;198 class PerformanceAnalysis {205 PerformanceAnalysis() {}; in PerformanceAnalysis() function
162 void PerformanceAnalysis::logTsEntry(timestamp ts) { in logTsEntry()223 void PerformanceAnalysis::handleStateChange() { in handleStateChange()236 bool PerformanceAnalysis::detectAndStorePeak(msInterval diff, timestamp ts) { in detectAndStorePeak()301 bool PerformanceAnalysis::detectAndStoreOutlier(const msInterval diffMs) { in detectAndStoreOutlier()343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance()393 PerformanceAnalysis& curr = hash.second; in dump()
8 "PerformanceAnalysis.cpp",