TopHelper.TopStats
public
static
class
TopHelper.TopStats
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.TopHelper.TopStats |
Class for holding the parsed output for a single top output.
Currently, this only holds the percentage info from top but can be extended to contain the process information in the top output.
Summary
Fields | |
---|---|
public
Double |
mIowPercent
|
public
Double |
mIrqPercent
|
public
Double |
mSystemPercent
|
public
Double |
mTotalPercent
|
public
Double |
mUserPercent
|
Public constructors | |
---|---|
TopHelper.TopStats()
|
Fields
mIowPercent
public Double mIowPercent
mIrqPercent
public Double mIrqPercent
mSystemPercent
public Double mSystemPercent
mTotalPercent
public Double mTotalPercent
mUserPercent
public Double mUserPercent
Public constructors
TopHelper.TopStats
public TopHelper.TopStats ()