Uses of Class
com.microsoft.gctoolkit.parser.vmops.SafepointTrace
-
Packages that use SafepointTrace Package Description com.microsoft.gctoolkit.parser -
-
Uses of SafepointTrace in com.microsoft.gctoolkit.parser
Methods in com.microsoft.gctoolkit.parser that return SafepointTrace Modifier and Type Method Description SafepointTraceSafepointParseRule. parse(String trace)TODO #155 This painful pattern of returning a null which gets checked by the caller could be replaced by use of Optional
-