Event timing strange behaviour #543
Unanswered
craig-warren
asked this question in
Troubleshooting
Replies: 1 comment 5 replies
-
This looks fine from a quick look.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm getting some very strange values when trying to time events. The results are orders of magnitude different from expected. The is an example of a function which is called repeatedly in a for loop:
Multiple functions can update
self.compute_time
but every function has aevent.wait()
. When I printself.compute_time
at the end it is not what is expected. I'm I doing something stupid here?Thanks,
Craig
Beta Was this translation helpful? Give feedback.
All reactions