OSDN Git Service

Add thread atom that contains sum of filtered thread CPU usage
authorMisha Wagner <mishaw@google.com>
Tue, 26 Feb 2019 15:21:45 +0000 (15:21 +0000)
committerMisha Wagner <mishaw@google.com>
Thu, 28 Feb 2019 14:35:31 +0000 (14:35 +0000)
commite51e5204a8b2c47a81b0d8c012a88afc1ef58dce
tree814c9039bc6edc8a06b93e9e1fa83afcac38c712
parentdbe517fb20ac8ab70291de87de9e23f4a997c384
Add thread atom that contains sum of filtered thread CPU usage

This will help us to calculate the total CPU usage of a process, even
with aggressive filtering of threads with low CPU usage..

Test: atest KernelCpuThreadReaderTest#testReader_otherThreads
Bug: 126511586
Change-Id: I9100a9ecda97f53b819ab57da710e10cccef4311
core/java/com/android/internal/os/KernelCpuThreadReader.java
core/tests/coretests/src/com/android/internal/os/KernelCpuThreadReaderTest.java