android.os
Class Debug.InstructionCount

java.lang.Object
  extended by android.os.Debug.InstructionCount
Enclosing class:
Debug

public static class Debug.InstructionCount
extends Object


Constructor Summary
Debug.InstructionCount()
           
 
Method Summary
 boolean collect()
           
 int globalMethodInvocations()
           
 int globalTotal()
           
 boolean resetAndStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug.InstructionCount

public Debug.InstructionCount()
Method Detail

resetAndStart

public boolean resetAndStart()

collect

public boolean collect()

globalTotal

public int globalTotal()

globalMethodInvocations

public int globalMethodInvocations()


Copyright © 2008-2012. All Rights Reserved.