Searched refs:statistics (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/cpustats/
H A DThreadCpuUsage.h22 // Track CPU usage for the current thread, and maintain statistics on
27 // Then call statistics() to get the results, and resetStatistics()
69 // Add a sample point for central tendency statistics, and also
82 // Add a sample point for central tendency statistics, but do not
90 // Return the elapsed delta wall clock ns since initial enable or statistics reset,
94 // Reset statistics and elapsed. Has no effect on tracking or accumulator.
97 // Return a const reference to the central tendency statistics.
99 const CentralTendencyStatistics& statistics() const { function in class:ThreadCpuUsage
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp59 // #define DEBUG_CPU_USAGE 10 // log statistics every n wall clock seconds
1871 const CentralTendencyStatistics& stats = cpu.statistics();

Completed in 56 milliseconds