Returns a time stamp.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual double GetCplexTime() |
| Visual Basic |
|---|
Public Overridable Function GetCplexTime As Double |
Remarks
To measure 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 seconds.
This computation measures either wall clock time (also known as real time) or CPU time, depending on the setting of the clock type parameter ClockType.
The absolute value of the time stamp is not meaningful.