Interface Timer
- All Known Implementing Classes:
JavaTimer
Deprecated.
The Interface Timer.
-
Method Summary
-
Method Details
-
start
void start()Deprecated.Start. -
end
void end()Deprecated.End. -
getDuration
long getDuration()Deprecated.Gets the duration.- Returns:
- the duration
-
getTimeInSecs
long getTimeInSecs()Deprecated.Gets the time in secs.- Returns:
- the time in secs
-
getTimeInMillis
long getTimeInMillis()Deprecated.Gets the time in millis.- Returns:
- the time in millis
-
getTimeInMicros
long getTimeInMicros()Deprecated.Gets the time in micros.- Returns:
- the time in micros
-
getResolution
long getResolution()Deprecated.Gets the resolution.- Returns:
- the resolution
-
UimaTimer