Questions about -dbg ctrl_perf results

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
BongBongV
Posts:16
Joined: Thu Sep 24, 2020 10:41 am

Questions about -dbg ctrl_perf results

Post by BongBongV »

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.

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Questions about -dbg ctrl_perf results

Post by leoknipp »

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

gschijndel
Posts:376
Joined: Tue Jan 15, 2019 3:12 pm

Re: Questions about -dbg ctrl_perf results

Post by gschijndel »

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.

3 posts • Page 1 of 1