|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bumptech.glide.util.LogTime
public final class LogTime
A class for logging elapsed real time in millis.
Method Summary | |
---|---|
static double |
getElapsedMillis(long logTime)
Returns the time elapsed since the given logTime in millis. |
static long |
getLogTime()
Returns the current time in either millis or nanos depending on the api level to be used with getElapsedMillis(long) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static long getLogTime()
getElapsedMillis(long)
.
public static double getElapsedMillis(long logTime)
logTime
- The start time of the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |