I have a problem with time duration when we execute code in real time.
We made measurements of function execution time and we found out that, in our case, the time of code execution always vary. the difference is quite big, for example one of our function can be executed in 1ms and in 665ms. here it is:
Vitaly Evtukh
Hi
I have a problem with time duration when we execute code in real time.
We made measurements of function execution time and we found out that, in our case, the time of code execution always vary. the difference is quite big, for example one of our function can be executed in 1ms and in 665ms. here it is:
We can not understand why the difference is so big. the function is the same all the time.
p.s. we emulate similar code in google chrome, and the time execution there was stable and low