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