Uses of Class
io.perfmark.impl.MarkList
-
Packages that use MarkList Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work.io.perfmark.java6 Java 6 based recorder and generator implementation.io.perfmark.java9 Java 9+ enabled generator and mark-holder.io.perfmark.tracewriter 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 MarkList Modifier and Type Method Description MarkListMarkList.Builder. build()static MarkListStorage. readForTest()May Returnnull.Methods in io.perfmark.impl that return types with arguments of type MarkList Modifier and Type Method Description abstract java.util.List<MarkList>MarkHolder. read()static java.util.List<MarkList>Storage. read()Returns a list ofMarkLists across all reachable threads.Method parameters in io.perfmark.impl with type arguments of type MarkList Modifier and Type Method Description voidMarkHolder. read(java.util.Collection<? super MarkList> destination) -
Uses of MarkList in io.perfmark.java6
Methods in io.perfmark.java6 that return types with arguments of type MarkList Modifier and Type Method Description java.util.List<MarkList>SynchronizedMarkHolder. read() -
Uses of MarkList in io.perfmark.java9
Methods in io.perfmark.java9 that return types with arguments of type MarkList Modifier and Type Method Description java.util.List<MarkList>VarHandleMarkHolder. read() -
Uses of MarkList in io.perfmark.tracewriter
Methods in io.perfmark.tracewriter that return types with arguments of type MarkList Modifier and Type Method Description private static java.util.Map<java.lang.Long,java.util.List<MarkList>>MarkListWalker. groupMarkListsByGeneration(java.util.List<? extends MarkList> markLists)Method parameters in io.perfmark.tracewriter with type arguments of type MarkList Modifier and Type Method Description private static java.util.Map<java.lang.Long,java.util.List<MarkList>>MarkListWalker. groupMarkListsByGeneration(java.util.List<? extends MarkList> markLists)(package private) voidMarkListWalker. walk(java.util.List<? extends MarkList> markLists, long nowNanoTime)static voidTraceEventWriter. writeTraceEvents(java.io.Writer destination, java.util.List<? extends MarkList> markLists, long initNanoTime, long nowNanoTime, long pid)Writes the trace events gathered fromStorage.read().
-