Uses of Class
io.perfmark.impl.MarkRecorderRef
-
Packages that use MarkRecorderRef 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. -
-
Uses of MarkRecorderRef in io.perfmark.impl
Methods in io.perfmark.impl that return MarkRecorderRef Modifier and Type Method Description static MarkRecorderRefMarkRecorderRef. newRef()Creates a new MarkRecorderRef that can update the thread name and ID from the current thread.static MarkRecorderRefMarkRecorderRef. newRef(ThreadInfo threadInfo)Creates a new MarkRecorderRef that can update the thread name and ID from the given Thread Reference. -
Uses of MarkRecorderRef in io.perfmark.java6
Fields in io.perfmark.java6 declared as MarkRecorderRef Modifier and Type Field Description private MarkRecorderRefSynchronizedMarkHolder. markRecorderRefConstructors in io.perfmark.java6 with parameters of type MarkRecorderRef Constructor Description SynchronizedMarkHolder(int maxEvents, MarkRecorderRef markRecorderRef) -
Uses of MarkRecorderRef in io.perfmark.java9
Fields in io.perfmark.java9 declared as MarkRecorderRef Modifier and Type Field Description private MarkRecorderRefVarHandleMarkHolder. markRecorderRefConstructors in io.perfmark.java9 with parameters of type MarkRecorderRef Constructor Description VarHandleMarkHolder(MarkRecorderRef markRecorderRef)VarHandleMarkHolder(MarkRecorderRef markRecorderRef, int maxEvents)
-