Home
last modified time | relevance | path

Searched refs:PerformanceAnalysis (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DPerformanceAnalysis.h192 class PerformanceAnalysis; variable
196 using PerformanceAnalysisMap = std::map<int, std::map<log_hash_t, PerformanceAnalysis>>;
198 class PerformanceAnalysis {
205 PerformanceAnalysis() {}; in PerformanceAnalysis() function
/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp162 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()
DAndroid.bp8 "PerformanceAnalysis.cpp",