Interface AllocationRecordOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
AllocationRecord, AllocationRecord.Builder

public interface AllocationRecordOrBuilder extends MessageOrBuilder
  • Method Details

    • getAllocMicros

      long getAllocMicros()
      The timestamp of the operation.
      
      int64 alloc_micros = 1;
      Returns:
      The allocMicros.
    • getAllocBytes

      long getAllocBytes()
      Number of bytes allocated, or de-allocated if negative.
      
      int64 alloc_bytes = 2;
      Returns:
      The allocBytes.