Interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
end()
Deprecated.End.long
getDuration()
Deprecated.Gets the duration.long
getResolution()
Deprecated.Gets the resolution.long
getTimeInMicros()
Deprecated.Gets the time in micros.long
getTimeInMillis()
Deprecated.Gets the time in millis.long
getTimeInSecs()
Deprecated.Gets the time in secs.void
start()
Deprecated.Start.
-
-
-
Method Detail
-
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
-
-