org.jzy3d.maths
Class TicToc
java.lang.Object
org.jzy3d.maths.TicToc
public class TicToc
- extends Object
TicToc
allows measuring elapsed time between a call to tic()
and a call to toc()
.
Retrieving elapsed time is done by calling either: elapsedNanosecond()
,
elapsedMilisecond()
or elapsedSecond()
.
- Author:
- Martin Pernollet
Field Summary |
protected long |
start
|
protected long |
stop
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
protected long start
stop
protected long stop
TicToc
public TicToc()
tic
public void tic()
toc
public double toc()
- return time in second
rawToc
public long rawToc()
elapsedNanosecond
public long elapsedNanosecond()
elapsedMicrosecond
public double elapsedMicrosecond()
elapsedMilisecond
public double elapsedMilisecond()
elapsedSecond
public double elapsedSecond()
getStart
public long getStart()
getStop
public long getStop()
Copyright © 2013. All rights reserved.