|
Measure |
Top Previous Next |
|
This option tells GAMS to output the time and memory use since the last measure statement or the program beginning. This option is used by setting
Option Measure;
Profile is probably the option to use if one really wants execution timing. |