HomeSort by relevance Sort by last modified time
    Searched refs:PerformanceAnalysis (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h 32 class PerformanceAnalysis {
39 PerformanceAnalysis();
58 // of PerformanceAnalysis.
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 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> &timestamps)
    [all...]
ReportPerformance.cpp 29 #include <media/nbaio/PerformanceAnalysis.h>
NBLog.cpp 110 #include <media/nbaio/PerformanceAnalysis.h>
873 // TODO: move this to PerformanceAnalysis
881 // TODO: need a separate instance of performanceAnalysis for each thread
883 static ReportPerformance::PerformanceAnalysis performanceAnalysis;
905 performanceAnalysis.logTsEntry(ts);
910 performanceAnalysis.handleStateChange();
925 performanceAnalysis.reportPerformance(&body);
    [all...]

Completed in 51 milliseconds