commit | c89c14d6edba9375830fade85de0a717c8168a0c | [log] [tgz] |
---|---|---|
author | Mohan Srinivasan <srmohan@google.com> | Mon Oct 02 11:54:45 2017 -0700 |
committer | Mohan Srinivasan <srmohan@google.com> | Mon Oct 02 11:54:45 2017 -0700 |
tree | 4ace517a8803d7f8ddf560bbfd41490b2a9033ea | |
parent | cf3b4cbe1dd3947541d5fa32c1e71f67107cf298 [diff] |
Fix device utilization reporting breakage. Device utilization computation converted the values to hz, assuming the device is 100 HZ, which is not necessarily the case. This change converts everything to ms. Device utilization computation now works on marlin (P). Test: Test app-launcher and make sure device util% reported is correct. Change-Id: Id1dfe7e21fbd07d89fbe8a87ec49f76b17f7429e Signed-off-by: Mohan Srinivasan <srmohan@google.com>