Module com.microsoft.gctoolkit.api
Class ConcurrentReset
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCEvent
-
- com.microsoft.gctoolkit.event.generational.CMSConcurrentEvent
-
- com.microsoft.gctoolkit.event.generational.ConcurrentReset
-
- All Implemented Interfaces:
CMSPhase
public class ConcurrentReset extends CMSConcurrentEvent
-
-
Constructor Summary
Constructors Constructor Description ConcurrentReset(DateTimeStamp timeStamp, double duration, double cpuTime, double wallClockTime)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.generational.CMSConcurrentEvent
getCpuTime, getWallClockTime
-
Methods inherited from class com.microsoft.gctoolkit.event.GCEvent
equals, getGarbageCollectionType, getGCCause, hashCode, setGCCause
-
Methods inherited from class com.microsoft.gctoolkit.event.jvm.JVMEvent
getDateTimeStamp, getDuration, toString
-
-
-
-
Constructor Detail
-
ConcurrentReset
public ConcurrentReset(DateTimeStamp timeStamp, double duration, double cpuTime, double wallClockTime)
-
-