Uses of Class
io.perfmark.impl.MarkRecorderRef
Packages that use MarkRecorderRef
Package
Description
Represents implementation pieces to make PerfMark work.
Java 6 based recorder and generator implementation.
Java 9+ enabled generator and mark-holder.
-
Uses of MarkRecorderRef in io.perfmark.impl
Methods in io.perfmark.impl that return MarkRecorderRefModifier and TypeMethodDescriptionstatic 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.java15
Fields in io.perfmark.java15 declared as MarkRecorderRefModifier and TypeFieldDescriptionprivate final MarkRecorderRefHiddenClassVarHandleMarkHolder.refConstructors in io.perfmark.java15 with parameters of type MarkRecorderRefModifierConstructorDescription(package private) -
Uses of MarkRecorderRef in io.perfmark.java6
Fields in io.perfmark.java6 declared as MarkRecorderRefModifier and TypeFieldDescriptionprivate final MarkRecorderRefSynchronizedMarkHolder.markRecorderRefConstructors in io.perfmark.java6 with parameters of type MarkRecorderRefModifierConstructorDescription(package private)SynchronizedMarkHolder(int maxEvents, MarkRecorderRef markRecorderRef) -
Uses of MarkRecorderRef in io.perfmark.java9
Fields in io.perfmark.java9 declared as MarkRecorderRefModifier and TypeFieldDescriptionprivate final MarkRecorderRefVarHandleMarkHolder.markRecorderRefConstructors in io.perfmark.java9 with parameters of type MarkRecorderRefModifierConstructorDescription(package private)VarHandleMarkHolder(MarkRecorderRef markRecorderRef) (package private)VarHandleMarkHolder(MarkRecorderRef markRecorderRef, int maxEvents)