C# Class android.os.Debug.InstructionCount

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
collect ( ) : bool
globalMethodInvocations ( ) : int
globalTotal ( ) : int
resetAndStart ( ) : bool

Protected Methods

Method Description
InstructionCount ( global @__env )

Private Methods

Method Description
InstructionCount ( )

Method Details

InstructionCount() protected method

protected InstructionCount ( global @__env )
@__env global

collect() public method

public collect ( ) : bool
return bool

globalMethodInvocations() public method

public globalMethodInvocations ( ) : int
return int

globalTotal() public method

public globalTotal ( ) : int
return int

resetAndStart() public method

public resetAndStart ( ) : bool
return bool