Uses of Interface
org.apache.uima.util.UimaTimer
Packages that use UimaTimer
Package
Description
Apache UIMA
Apache UIMA internals
-
Uses of UimaTimer in org.apache.uima
Methods in org.apache.uima that return UimaTimerModifier and TypeMethodDescriptionprotected abstract UimaTimer
UIMAFramework._newTimer()
To be implemented by subclasses; this should return a new UIMAUimaTimer
instance.static UimaTimer
UIMAFramework.newTimer()
Creates a newUimaTimer
, which is used to collect performance statistics for UIMA components. -
Uses of UimaTimer in org.apache.uima.impl
Methods in org.apache.uima.impl that return UimaTimer -
Uses of UimaTimer in org.apache.uima.util.impl
Constructors in org.apache.uima.util.impl with parameters of type UimaTimerModifierConstructorDescriptionProcessTrace_impl
(UimaTimer aTimer) Create a ProcessTrace_impl with a custom timer.ProcessTrace_impl
(UimaTimer aTimer, Properties aPerformanceTuningSettings) Create a ProcessTrace_impl with a custom timer.