OSDN Git Service

Improve process stats UI.
authorDianne Hackborn <hackbod@google.com>
Fri, 9 Aug 2013 19:08:54 +0000 (12:08 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 9 Aug 2013 19:08:54 +0000 (12:08 -0700)
commitc9e4bd111664705959716629c2535c085e6c7cd6
treead63c9e927eade186d20fd5b6a8e36de4e4951d3
parent2f219c51ad2151c9d31912d836276679e0dd747d
Improve process stats UI.

Now roll up multiple process stats to have at least a
day of data, change the visualization to have the bars show
"weight" (duration*pss) and the text the percent of total
time running, add label to show how much time the stats
are over.

Change-Id: I73763cb6a66d03d856ea4bf517eac0fe39c79c52
res/values/strings.xml
src/com/android/settings/applications/ProcStatsEntry.java [new file with mode: 0644]
src/com/android/settings/applications/ProcessStatsPreference.java
src/com/android/settings/applications/ProcessStatsUi.java