Interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
end()
Deprecated.long
getDuration()
Deprecated.long
getResolution()
Deprecated.long
getTimeInMicros()
Deprecated.long
getTimeInMillis()
Deprecated.long
getTimeInSecs()
Deprecated.void
start()
Deprecated.
-
-
-
Method Detail
-
start
void start()
Deprecated.
-
end
void end()
Deprecated.
-
getDuration
long getDuration()
Deprecated.
-
getTimeInSecs
long getTimeInSecs()
Deprecated.
-
getTimeInMillis
long getTimeInMillis()
Deprecated.
-
getTimeInMicros
long getTimeInMicros()
Deprecated.
-
getResolution
long getResolution()
Deprecated.
-
-