commit | 16ab1709fc9bef67fc1655128f54a6bce182de50 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Fri Jun 07 16:39:49 2019 -0700 |
committer | Connor O'Brien <connoro@google.com> | Mon Jul 29 15:15:11 2019 -0700 |
tree | 3041fd5302ea41597b233d97e8dbd0967b29776a | |
parent | 9236e872cd315c36bca7625751f16ec0817348c7 [diff] |
libtimeinstate: change map format to improve performance By storing times for up to 32 freqs in each map value instead of one time per value, we can drastically reduce the number of syscalls required to get the data for a single UID and for all UIDs. This translates into a better than 3x speedup in getUidsCpuFreqTimes(). Test: libtimeinstate_test passes Bug: 138317993 Change-Id: I0d2d4d5fc99a82179a84a9aa83101bc55ddbc0e4 Signed-off-by: Connor O'Brien <connoro@google.com>