Class TicToc

java.lang.Object
panamagl.utils.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