에뮬레이터MemoryCpuCapturer

public class EmulatorMemoryCpuCapturer
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer


요약

공개 생성자

EmulatorMemoryCpuCapturer(ITestDevice device)

공개 메서드

float getCpuUsage()
long getPssMemory()

보호된 메서드

IRunUtil getRunUtil()

공개 생성자

에뮬레이터MemoryCpuCapturer

public EmulatorMemoryCpuCapturer (ITestDevice device)

매개변수
device ITestDevice

공개 메서드

getCpuUsage

public float getCpuUsage ()

반환 값
float

getPssMemory

public long getPssMemory ()

반환 값
long

보호된 메서드

getRunUtil

protected IRunUtil getRunUtil ()

반환 값
IRunUtil