DM_START_SCRIPT_PROFILING
Syntax
int_val = DM_START_SCRIPT_PROFILING( log_file );
- Input arguments
-
string log_file The path to the output file of profiling info (the file must not exist, when called).
Return Values
- Success:
-
int 0 Script profiling started successfully.
- Failure:
-
int -1 Script interface error.
Description
This function starts the script profiling. See also Profiling Scripts.
Script profiling ends with function DM_END_SCRIPT_PROFILING
Example
%PMS_HOME%\dm\macro\Examples\ScriptProfiling.mac