- java.lang.Object
-
- com.microsoft.gctoolkit.parser.JHiccupTrace
-
public class JHiccupTrace extends Object
Class that represents a chunk of a jHiccup log that we are attempting to match to a
-
-
Field Summary
Fields Modifier and Type Field Description static PatternJHICCUP_LOG_ENTRY
-
Constructor Summary
Constructors Modifier Constructor Description protectedJHiccupTrace(Matcher matcher)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDoubleGroup(int index)doublegetDuration()StringgetGroup(int index)doublegetInterval()doublegetTimeStamp()static JHiccupTracetoTrace(String line)
-
-
-
Field Detail
-
JHICCUP_LOG_ENTRY
public static final Pattern JHICCUP_LOG_ENTRY
-
-
Constructor Detail
-
JHiccupTrace
protected JHiccupTrace(Matcher matcher)
-
-
Method Detail
-
toTrace
public static JHiccupTrace toTrace(String line)
-
getTimeStamp
public double getTimeStamp()
-
getInterval
public double getInterval()
-
getDuration
public double getDuration()
-
getDoubleGroup
public double getDoubleGroup(int index)
-
getGroup
public String getGroup(int index)
-
-