I tested my script with -dbg ctrl_perf and I got the following results.
bulkExecute: calls: 1,
Interpreter time: 0us,
per call: 0us,
Interpreter time dep.: 7000us,
per call: 7000us,
blocked time per call: 233000us,
blocked time dep. per call: 263000us
I don't know what "Interpreter time dep." and "blocked time dep. per call"
I couldn't find a description of the result in wincc oa online help.
I need a detailed explanation of the outcome item.
Questions about -dbg ctrl_perf results
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Questions about -dbg ctrl_perf results
The information "dep" is the short form of "dependent".
It looks like you are using an older version as the output in 3.18 looks different.
Best Regards
Leopold Knipp
Senior Support Specialist
It looks like you are using an older version as the output in 3.18 looks different.
Best Regards
Leopold Knipp
Senior Support Specialist
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Questions about -dbg ctrl_perf results
The "Interpreter time" is the time needed to process the script code.
During the "Blocked time" is the script execution is blocked, waiting on a function call to return.
During the "Blocked time" is the script execution is blocked, waiting on a function call to return.