ClientData.HeapInfo
public
static
class
ClientData.HeapInfo
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.server.ClientData.HeapInfo |
Özet
Fields'ın oynadığı filmler | |
|---|---|
public
long |
bytesAllocated
|
public
long |
maxSizeInBytes
|
public
long |
objectsAllocated
|
public
byte |
reason
|
public
long |
sizeInBytes
|
public
long |
timeStamp
|
Herkese açık oluşturucular | |
|---|---|
HeapInfo(long maxSizeInBytes, long sizeInBytes, long bytesAllocated, long objectsAllocated, long timeStamp, byte reason)
|
|
Fields'ın oynadığı filmler
bytesAllocated
public long bytesAllocated
maxSizeInBytes
public long maxSizeInBytes
objectsAllocated
public long objectsAllocated
neden
public byte reason
sizeInBytes
public long sizeInBytes
timeStamp
public long timeStamp
Herkese açık oluşturucular
HeapInfo
public HeapInfo (long maxSizeInBytes,
long sizeInBytes,
long bytesAllocated,
long objectsAllocated,
long timeStamp,
byte reason)| Parametreler | |
|---|---|
maxSizeInBytes |
long |
sizeInBytes |
long |
bytesAllocated |
long |
objectsAllocated |
long |
timeStamp |
long |
reason |
byte |