public class TimeProfiler
extends java.lang.Object
Constructor and Description |
---|
TimeProfiler()
Starts a profiler at the current instant
|
Modifier and Type | Method and Description |
---|---|
long |
getStartTime()
Gets the time this object was instantiated at
|
long |
getTime()
Gets the amount of time lapsed from instantiation to the method call
|