Class UnifiedDiarizer
- java.lang.Object
-
- com.microsoft.gctoolkit.parser.jvm.UnifiedDiarizer
-
-
Field Summary
-
Fields inherited from interface com.microsoft.gctoolkit.jvm.Diarizer
MAXIMUM_LINES_TO_EXAMINE
-
-
Constructor Summary
Constructors Constructor Description UnifiedDiarizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompleted()booleandiarize(String line)voidfillInKnowns()StringgetCommandLine()DiarygetDiary()intgetMaxTenuringThreshold()DateTimeStampgetTimeOfFirstEvent()booleanhasJVMEvents()booleanisUnified()
-
-
-
Method Detail
-
getCommandLine
public String getCommandLine()
- Specified by:
getCommandLinein interfaceDiarizer
-
getMaxTenuringThreshold
public int getMaxTenuringThreshold()
- Specified by:
getMaxTenuringThresholdin interfaceDiarizer
-
hasJVMEvents
public boolean hasJVMEvents()
- Specified by:
hasJVMEventsin interfaceDiarizer
-
fillInKnowns
public void fillInKnowns()
- Specified by:
fillInKnownsin interfaceDiarizer
-
getTimeOfFirstEvent
public DateTimeStamp getTimeOfFirstEvent()
- Specified by:
getTimeOfFirstEventin interfaceDiarizer
-
-