This method returns a deterministic time stamp in ticks.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual double GetDetTime() |
| Visual Basic |
|---|
Public Overridable Function GetDetTime As Double |
Remarks
To measure deterministic time spent between a starting point and ending point of an operation, take the time stamp at the starting point; take the time stamp at the ending point; subtract the starting time stamp from the ending time stamp to get elapsed time in deterministic ticks.
The absolute value of the deterministic time stamp is not meaningful.