Uses of Class
io.perfmark.impl.MarkList.Builder
-
Packages that use MarkList.Builder Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of MarkList.Builder in io.perfmark.impl
Methods in io.perfmark.impl that return MarkList.Builder Modifier and Type Method Description static MarkList.BuilderMarkList. newBuilder()MarkList.BuilderMarkList.Builder. setMarkRecorderId(long markRecorderId)Sets the MarkRecorder ID for this MarkList builder.MarkList.BuilderMarkList.Builder. setMarks(java.util.List<Mark> marks)Sets the marks for this MarkList builder.MarkList.BuilderMarkList.Builder. setThreadId(long threadId)Sets the thread ID for this MarkList builder.MarkList.BuilderMarkList.Builder. setThreadName(java.lang.String threadName)Sets the thread name for this MarkList builder.MarkList.BuilderMarkList. toBuilder()Constructors in io.perfmark.impl with parameters of type MarkList.Builder Constructor Description MarkList(MarkList.Builder builder)
-