Class BasicMemoryStats_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.BasicMemoryStats_1_0
com.gradle.scan.eventmodel.gradle.BasicMemoryStats_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="2.0") @PluginVersion(since="1.8") public class BasicMemoryStats_1_1 extends BasicMemoryStats_1_0
An EventData containing memory details of the JVM that executed the build.

An event stream will contain a single BasicMemoryStats_1_1.

  • Field Details

    • peakSnapshots

      public final List<? extends MemoryPoolSnapshot_1_0> peakSnapshots
      The statistics for every memory pool used by the JVM Gradle Daemon while running the build.
    • gcTime

      public final long gcTime
      Represents the cumulative CPU time spent in milliseconds performing JVM Garbage Collection while running the build.
  • Constructor Details

    • BasicMemoryStats_1_1

      public BasicMemoryStats_1_1(long free, long total, long max, List<? extends MemoryPoolSnapshot_1_0> peakSnapshots, long gcTime)
  • Method Details