EmulatorMemoryCpuCapturer

public class EmulatorMemoryCpuCapturer
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer


摘要

公共构造函数

EmulatorMemoryCpuCapturer(ITestDevice device)

公共方法

float getCpuUsage()
long getPssMemory()

受保护的方法

IRunUtil getRunUtil()

公共构造函数

EmulatorMemoryCpuCapturer

public EmulatorMemoryCpuCapturer (ITestDevice device)

参数
device ITestDevice

公共方法

getCpuUsage

public float getCpuUsage ()

返回
float

getPssMemory

public long getPssMemory ()

返回
long

受保护的方法

getRunUtil

protected IRunUtil getRunUtil ()

返回
IRunUtil