public class Procedure
extends java.lang.Object
Constructor and Description |
---|
Procedure() |
Modifier and Type | Method and Description |
---|---|
double |
elapsedTime() |
void |
end()
Records System.nanoTime() as the end value
|
void |
start()
Records System.nanoTime() as the start value and sets end to same value as start;
|
public void start()
public void end()
public double elapsedTime()