public class TimingUtil extends Object
| Constructor and Description |
|---|
TimingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
elapsedTime(long start,
long end)
Calculate the elapsed time between two times specified in milliseconds.
|
public static String elapsedTime(long start, long end)
start - The start of the time periodend - The end of the time periodCopyright © 2015 The Apache Software Foundation