AllocationRecordOrBuilder

interfaz pública AllocationRecordOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

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;