Interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidend()Deprecated.End.longgetDuration()Deprecated.Gets the duration.longgetResolution()Deprecated.Gets the resolution.longgetTimeInMicros()Deprecated.Gets the time in micros.longgetTimeInMillis()Deprecated.Gets the time in millis.longgetTimeInSecs()Deprecated.Gets the time in secs.voidstart()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
-
-