Uses of Class
io.perfmark.TaskCloseable
-
-
Uses of TaskCloseable in io.perfmark
Fields in io.perfmark declared as TaskCloseable Modifier and Type Field Description (package private) static TaskCloseable
TaskCloseable. INSTANCE
Methods in io.perfmark that return TaskCloseable Modifier and Type Method Description static TaskCloseable
PerfMark. traceTask(java.lang.String taskName)
Marks the beginning of a task.static <T> TaskCloseable
PerfMark. traceTask(T taskNameObject, StringFunction<? super T> taskNameFunction)
Marks the beginning of a task.
-