summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/internal/app/ProcessStats.java
Commit message (Collapse)AuthorAgeFilesLines
* Get ProcessStats callable from other processes.Dianne Hackborn2013-08-081-2461/+0
| | | | | | | | Also fix a bug where, when parceling the stats, we were computing the final duration values too late. We need to do that before we write the long table. Change-Id: Idb6c1ed95417448c56973fe5866bfb3570e525f4
* Start adding IPC calls to retrieve proc stat data.Dianne Hackborn2013-08-071-2/+26
| | | | | | | Also fix a bug where we were not correctly unparcelling service duration data. Change-Id: Ie9113b2e3a747622441b1939ffc45edb5803a10f
* Refactor ProcessStats, ProcessTracker.Dianne Hackborn2013-08-061-0/+2437
ProcessStats is now called ProcessCpuTracker. ProcessTracker is now ProcessStatsService, and its inner State class is broken out into a separate top-level ProcessStats class. This ProcessStats is moved to the framework, so we will be able to use it elsewhere. Change-Id: I6a127bcb835b6b474b72647c0b99b82c2137e5c5