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 Summary
FieldsModifier and TypeFieldDescriptionfinal longRepresents the cumulative CPU time spent in milliseconds performing JVM Garbage Collection while running the build.final List<? extends MemoryPoolSnapshot_1_0> The statistics for every memory pool used by the JVM Gradle Daemon while running the build.Fields inherited from class com.gradle.scan.eventmodel.gradle.BasicMemoryStats_1_0
free, max, total -
Constructor Summary
ConstructorsConstructorDescriptionBasicMemoryStats_1_1(long free, long total, long max, List<? extends MemoryPoolSnapshot_1_0> peakSnapshots, long gcTime) -
Method Summary
-
Field Details
-
peakSnapshots
The statistics for every memory pool used by the JVM Gradle Daemon while running the build. -
gcTime
public final long gcTimeRepresents 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
-
equals
- Overrides:
equalsin classBasicMemoryStats_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classBasicMemoryStats_1_0
-
toString
- Overrides:
toStringin classBasicMemoryStats_1_0
-