Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java79 private static final int MOVING_AVERAGE_SAMPLES = 5; field in CpuMonitor
173 userCpuUsage = new MovingAverage(MOVING_AVERAGE_SAMPLES); in CpuMonitor()
174 systemCpuUsage = new MovingAverage(MOVING_AVERAGE_SAMPLES); in CpuMonitor()
175 totalCpuUsage = new MovingAverage(MOVING_AVERAGE_SAMPLES); in CpuMonitor()
176 frequencyScale = new MovingAverage(MOVING_AVERAGE_SAMPLES); in CpuMonitor()