Interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidend()Deprecated.longgetDuration()Deprecated.longgetResolution()Deprecated.longgetTimeInMicros()Deprecated.longgetTimeInMillis()Deprecated.longgetTimeInSecs()Deprecated.voidstart()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.
-
-