Uses of Interface
io.perfmark.StringFunction
-
-
Uses of StringFunction in io.perfmark
Methods in io.perfmark with parameters of type StringFunction Modifier and Type Method Description static <T> void
PerfMark. attachTag(java.lang.String tagName, T tagObject, StringFunction<? super T> stringFunction)
Attaches an additional keyed tag to the current active task.static <T> void
PerfMark. startTask(T taskNameObject, StringFunction<? super T> taskNameFunction)
Marks the beginning of a task.static <T> TaskCloseable
PerfMark. traceTask(T taskNameObject, StringFunction<? super T> taskNameFunction)
Marks the beginning of a task.
-