com.android.ddmlib
Class ClientData.HeapInfo

java.lang.Object
  extended by com.android.ddmlib.ClientData.HeapInfo
Enclosing class:
ClientData

public static class ClientData.HeapInfo
extends java.lang.Object


Field Summary
 long bytesAllocated
           
 long maxSizeInBytes
           
 long objectsAllocated
           
 byte reason
           
 long sizeInBytes
           
 long timeStamp
           
 
Constructor Summary
ClientData.HeapInfo(long maxSizeInBytes, long sizeInBytes, long bytesAllocated, long objectsAllocated, long timeStamp, byte reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxSizeInBytes

public long maxSizeInBytes

sizeInBytes

public long sizeInBytes

bytesAllocated

public long bytesAllocated

objectsAllocated

public long objectsAllocated

timeStamp

public long timeStamp

reason

public byte reason
Constructor Detail

ClientData.HeapInfo

public ClientData.HeapInfo(long maxSizeInBytes,
                           long sizeInBytes,
                           long bytesAllocated,
                           long objectsAllocated,
                           long timeStamp,
                           byte reason)