Hello all,
Sometimes in the logs from a Design Studio
application there is some "lost time" in the steps (if you sum up all
the events happening you have a lower number of ms). Usually this time should be
up to 100ms. The issue with the logs I analyzed is that several times the
number gets lot over 1000ms.
I am referring to something similar to this:
733/422 ms: Create system service BICS_PROVIDER_QUERY_VIEW for AM1
In this case the events below this step sum up 733-422 = 311ms
422 is "lost time"
There is something I can do about it?