EmulatorMemoryCpuCapturer
public class EmulatorMemoryCpuCapturer
extends Object
對象 | |
↳ | com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer |
概括
公共構造函數 | |
---|---|
EmulatorMemoryCpuCapturer (ITestDevice device) |
公共方法 | |
---|---|
float | getCpuUsage () |
long | getPssMemory () |
公共構造函數
EmulatorMemoryCpuCapturer
public EmulatorMemoryCpuCapturer (ITestDevice device)
參數 | |
---|---|
device | ITestDevice |
公共方法
獲取CpuUsage
public float getCpuUsage ()
退貨 | |
---|---|
float |
獲取內存
public long getPssMemory ()
退貨 | |
---|---|
long |