commit | b43429d9961f8ed44aceb4edac5abd5e274259d3 | [log] [tgz] |
---|---|---|
author | Ana Krulec <akrulec@google.com> | Wed Jan 09 14:28:51 2019 -0800 |
committer | Ana Krulec <akrulec@google.com> | Wed Jan 23 13:00:27 2019 -0800 |
tree | 07e20c4678dbd455221b6545b37db859ba7acb58 | |
parent | 8cf0bfa7a15e72ac57735774dd5ced09316a1816 [diff] |
SF: Adding Scheduler information into dumpsys Adding helper classes to keep track of how long we spend in given refresh rates. We assume that DOZE mode is refresh rate 30 Hz. The other rates we get from the list of configs stored on the device. Currently assuming there are up to three modes: enum class RefreshRateType { POWER_SAVING, DEFAULT, PERFORMANCE }; Test: Tests for the classes coming in next CL. Bug: 113612090 Change-Id: I6c8226ebdb4bcdffab457121d408500973c7f89e