Interface BuildEventStreamProtos.BuildMetrics.MemoryMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.MemoryMetrics, BuildEventStreamProtos.BuildMetrics.MemoryMetrics.Builder
Enclosing class:
BuildEventStreamProtos.BuildMetrics

public static interface BuildEventStreamProtos.BuildMetrics.MemoryMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUsedHeapSizePostBuild

      long getUsedHeapSizePostBuild()
       Size of the JVM heap post build in bytes. This is only collected if
       --memory_profile is set, since it forces a full GC.
       
      int64 used_heap_size_post_build = 1;
      Returns:
      The usedHeapSizePostBuild.
    • getPeakPostGcHeapSize

      long getPeakPostGcHeapSize()
       Size of the peak JVM heap size in bytes post GC. Note that this reports 0
       if there was no major GC during the build.
       
      int64 peak_post_gc_heap_size = 2;
      Returns:
      The peakPostGcHeapSize.
    • getPeakPostGcTenuredSpaceHeapSize

      long getPeakPostGcTenuredSpaceHeapSize()
       Size of the peak tenured space JVM heap size event in bytes post GC. Note
       that this reports 0 if there was no major GC during the build.
       
      int64 peak_post_gc_tenured_space_heap_size = 4;
      Returns:
      The peakPostGcTenuredSpaceHeapSize.
    • getGarbageMetricsList

      repeated .build_event_stream.BuildMetrics.MemoryMetrics.GarbageMetrics garbage_metrics = 3;
    • getGarbageMetrics

      repeated .build_event_stream.BuildMetrics.MemoryMetrics.GarbageMetrics garbage_metrics = 3;
    • getGarbageMetricsCount

      int getGarbageMetricsCount()
      repeated .build_event_stream.BuildMetrics.MemoryMetrics.GarbageMetrics garbage_metrics = 3;
    • getGarbageMetricsOrBuilderList

      repeated .build_event_stream.BuildMetrics.MemoryMetrics.GarbageMetrics garbage_metrics = 3;
    • getGarbageMetricsOrBuilder

      repeated .build_event_stream.BuildMetrics.MemoryMetrics.GarbageMetrics garbage_metrics = 3;