Uses of Class
io.perfmark.TaskCloseable
-
Uses of TaskCloseable in io.perfmark
Fields in io.perfmark declared as TaskCloseableModifier and TypeFieldDescription(package private) static final TaskCloseable
TaskCloseable.INSTANCE
Methods in io.perfmark that return TaskCloseableModifier and TypeMethodDescriptionstatic TaskCloseable
Marks the beginning of a task.static <T> TaskCloseable
PerfMark.traceTask
(T taskNameObject, StringFunction<? super T> taskNameFunction) Marks the beginning of a task.