public class ElapsedTimer
extends java.lang.Object
Constructor and Description |
---|
ElapsedTimer() |
Modifier and Type | Method and Description |
---|---|
long |
getElapsedTime()
Gets the time elapsed between the start time and now.
|
java.lang.String |
getElapsedTimeString()
Returns the elapsed time with the display suffix.
|
public long getElapsedTime()
public java.lang.String getElapsedTimeString()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.