Interface BuildEventStreamProtos.BuildMetrics.MemoryMetricsOrBuilder

    • Method Detail

      • 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.
      • getGarbageMetricsCount

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