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 TaskCloseableTaskCloseable. INSTANCEMethods in io.perfmark that return TaskCloseable Modifier and Type Method Description static TaskCloseablePerfMark. traceTask(java.lang.String taskName)Marks the beginning of a task.static <T> TaskCloseablePerfMark. traceTask(T taskNameObject, StringFunction<? super T> taskNameFunction)Marks the beginning of a task.
-