Uses of Class
io.perfmark.impl.ThreadInfo
-
Packages that use ThreadInfo Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of ThreadInfo in io.perfmark.impl
Subclasses of ThreadInfo in io.perfmark.impl Modifier and Type Class Description (package private) classThreadRefInfoFields in io.perfmark.impl declared as ThreadInfo Modifier and Type Field Description private ThreadInfoMarkRecorderRef. threadInfoMethods in io.perfmark.impl that return ThreadInfo Modifier and Type Method Description ThreadInfoMarkRecorderRef. threadInfo()Methods in io.perfmark.impl with parameters of type ThreadInfo Modifier and Type Method Description static MarkRecorderRefMarkRecorderRef. newRef(ThreadInfo threadInfo)Creates a new MarkRecorderRef that can update the thread name and ID from the given Thread Reference.Constructors in io.perfmark.impl with parameters of type ThreadInfo Constructor Description MarkRecorderRef(long markRecorderId, ThreadInfo threadInfo)
-