Class ElapsedCpuTime

java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.ElapsedCpuTime
All Implemented Interfaces:
Statistic, Serializable

public class ElapsedCpuTime extends Object implements Statistic
Records the elapsed time of the algorithm in seconds. This is a placeholder, really; the elapsed time is calculated by the comparison class and recorded if this statistic is used.
Version:
$Id: $Id
Author:
josephramsey
See Also: