- Set ProfilerData
ProfilerData
The predefined parameter ProfilerData can be used by AIMMS to store
profiling information about the execution of procedures and the updating
of definitions.
Parameter ProfilerData {
IndexDomain : ( IndexIdentifiers, IndexprofilerTypes );
}
Note
Profiling information is only stored in the parameter
ProfilerDataif the profiler has been activated and if the optionprofiler_store_datahas been set toOn.The number of reported hits is an postive integer and all reported profiling times are measured in seconds.
See also
The function ProfilerStart and the predefined identifier AllProfilerTypes.