Class MillisecondTimes

java.lang.Object
edu.cmu.tetrad.util.MillisecondTimes

public class MillisecondTimes extends Object
Reports elapsed time in wall time, user time, and CPU time in milliseconds. User time and CPU time are for the current thread. The user needs to set which type of time is reported, and it is reported this way throughout the application wherever timeMillis() is called, though for particular cases separate methods are provided to get particular times.
Version:
$Id: $Id
Author:
josephramsey