Uses of Interface
io.perfmark.StringFunction
-
Packages that use StringFunction Package Description io.perfmark PerfMark is a very low overhead tracing library, designed for in-process use.io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of StringFunction in io.perfmark
Methods in io.perfmark with parameters of type StringFunction Modifier and Type Method Description static <T> voidPerfMark. attachTag(java.lang.String tagName, T tagObject, StringFunction<? super T> stringFunction)Attaches an additional keyed tag to the current active task.static <T> voidPerfMark. startTask(T taskNameObject, StringFunction<? super T> taskNameFunction)Marks the beginning of a task.static <T> TaskCloseablePerfMark. traceTask(T taskNameObject, StringFunction<? super T> taskNameFunction)Marks the beginning of a task. -
Uses of StringFunction in io.perfmark.impl
Methods in io.perfmark.impl with parameters of type StringFunction Modifier and Type Method Description <T> voidSecretPerfMarkImpl.PerfMarkImpl. attachTag(java.lang.String tagName, T tagObject, StringFunction<? super T> stringFunction)This method is needed to work with old version of perfmark-api.protected <T> voidSecretPerfMarkImpl.PerfMarkImpl. startTask(T taskNameObject, StringFunction<? super T> stringFunction)This method is needed to work with old version of perfmark-api.
-