Package gov.nih.mipav.model.algorithms
Class CeresSolver.ScopedExecutionTimer
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.ScopedExecutionTimer
-
- Enclosing class:
- CeresSolver
class CeresSolver.ScopedExecutionTimer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name_
private double
start_time_
private CeresSolver.ExecutionSummary
summary_
-
Constructor Summary
Constructors Constructor Description ScopedExecutionTimer(java.lang.String name, CeresSolver.ExecutionSummary summary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
-
-
-
Field Detail
-
start_time_
private double start_time_
-
name_
private java.lang.String name_
-
summary_
private CeresSolver.ExecutionSummary summary_
-
-
Constructor Detail
-
ScopedExecutionTimer
public ScopedExecutionTimer(java.lang.String name, CeresSolver.ExecutionSummary summary)
-
-