Lines Matching defs:PerformanceAnalysis
18 #define LOG_TAG "PerformanceAnalysis"
37 #include <media/nbaio/PerformanceAnalysis.h>
50 PerformanceAnalysis::PerformanceAnalysis() {
81 void PerformanceAnalysis::processAndFlushTimeStampSeries() {
102 void PerformanceAnalysis::handleStateChange() {
111 void PerformanceAnalysis::logTsEntry(int64_t ts) {
129 void PerformanceAnalysis::processAndFlushRecentHists() {
168 void PerformanceAnalysis::detectPeaks() {
225 void PerformanceAnalysis::storeOutlierData(const std::vector<int64_t> ×tamps) {
253 void PerformanceAnalysis::testFunction() {
258 PerformanceAnalysis::storeOutlierData(kTempTestData);
260 ALOGE("PerformanceAnalysis test %lld: %lld",
268 // TODO: move this to ReportPerformance, probably make it a friend function of PerformanceAnalysis
269 void PerformanceAnalysis::reportPerformance(String8 *body, int maxHeight) {
357 void PerformanceAnalysis::alertIfGlitch(const std::vector<int64_t> &samples) {