Uses of Class
io.perfmark.impl.MarkList
Packages that use MarkList
Package
Description
Represents implementation pieces to make PerfMark work.
Java 6 based recorder and generator implementation.
Java 9+ enabled generator and mark-holder.
The Trace Writer package reads the PerfMark recorded tasks, and converts them into the Chrome
Trace Viewer format.
-
Uses of MarkList in io.perfmark.impl
Methods in io.perfmark.impl that return MarkListModifier and TypeMethodDescriptionMarkList.Builder.build()static MarkListStorage.readForTest()May Returnnull.Methods in io.perfmark.impl that return types with arguments of type MarkListModifier and TypeMethodDescriptionMarkHolder.read()Storage.read()Returns a list ofMarkLists across all reachable threads.Method parameters in io.perfmark.impl with type arguments of type MarkList -
Uses of MarkList in io.perfmark.java15
Methods in io.perfmark.java15 that return types with arguments of type MarkList -
Uses of MarkList in io.perfmark.java6
Methods in io.perfmark.java6 that return types with arguments of type MarkList -
Uses of MarkList in io.perfmark.java9
Methods in io.perfmark.java9 that return types with arguments of type MarkList -
Uses of MarkList in io.perfmark.tracewriter
Methods in io.perfmark.tracewriter that return types with arguments of type MarkListModifier and TypeMethodDescriptionMarkListWalker.groupMarkListsByGeneration(List<? extends MarkList> markLists) Method parameters in io.perfmark.tracewriter with type arguments of type MarkListModifier and TypeMethodDescriptionMarkListWalker.groupMarkListsByGeneration(List<? extends MarkList> markLists) (package private) final voidstatic voidTraceEventWriter.writeTraceEvents(Writer destination, List<? extends MarkList> markLists, long initNanoTime, long nowNanoTime, long pid) Writes the trace events gathered fromStorage.read().