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 ProfilerData if the profiler has been activated and if the option profiler_store_data has been set to On.

  • 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.