AllocationRecordOrBuilder

public interface AllocationRecordOrBuilder
Known Indirect Subclasses

Public Methods

abstract long
getAllocBytes()
 Number of bytes allocated, or de-allocated if negative.
abstract long
getAllocMicros()
 The timestamp of the operation.

Public Methods

public abstract long getAllocBytes ()

 Number of bytes allocated, or de-allocated if negative.
 
int64 alloc_bytes = 2;

public abstract long getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;