AllocationRecordOrBuilder

interfaccia pubblica AllocationRecordOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

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

Metodi pubblici

pubblico astratto lungo getAllocBytes ()

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

pubblico astratto lungo getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;