Class SafepointTrace
- java.lang.Object
-
- com.microsoft.gctoolkit.parser.AbstractLogTrace
-
- com.microsoft.gctoolkit.parser.vmops.SafepointTrace
-
public class SafepointTrace extends AbstractLogTrace
-
-
Field Summary
-
Fields inherited from class com.microsoft.gctoolkit.parser.AbstractLogTrace
trace
-
-
Constructor Summary
Constructors Constructor Description SafepointTrace(Matcher matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intblockTime()intcleanupTime()DateTimeStampgetDateTimeStamp()doublegetDuration()intgetTrapCount()StringgetVMOP()intinitiallyRunningThreads()intspinTime()intsyncTime()SafepointtoSafepoint()inttotalThreads()intvmopTime()intwaitingToBlockThreads()-
Methods inherited from class com.microsoft.gctoolkit.parser.AbstractLogTrace
convertToDouble, getDateStamp, getDateTimeStamp, getDoubleGroup, getGroup, getIntegerGroup, getLongGroup, getPercentageGroup, getTimeStamp, groupCount, groupNotNull, length, next
-
-
-
-
Constructor Detail
-
SafepointTrace
public SafepointTrace(Matcher matcher)
-
-
Method Detail
-
toSafepoint
public Safepoint toSafepoint()
-
getVMOP
public String getVMOP()
-
getDateTimeStamp
public DateTimeStamp getDateTimeStamp()
- Overrides:
getDateTimeStampin classAbstractLogTrace
-
getDuration
public double getDuration()
-
totalThreads
public int totalThreads()
-
initiallyRunningThreads
public int initiallyRunningThreads()
-
waitingToBlockThreads
public int waitingToBlockThreads()
-
spinTime
public int spinTime()
-
blockTime
public int blockTime()
-
syncTime
public int syncTime()
-
cleanupTime
public int cleanupTime()
-
vmopTime
public int vmopTime()
-
getTrapCount
public int getTrapCount()
-
-