Measuring time #1208
Unanswered
coderatchance
asked this question in
Q&A
Measuring time
#1208
Replies: 1 comment
-
Updating the code, did correct the problem, it works now, however, it does not cold the values,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
I would like to measure the time:
Data2 is a number that may at some point go above or below the numbers that are stored in the myHT_L[].
The above code works well, however, I am not sure how to add the measurement of time?
For example, I would like only to return the number after the Data2 is above the myHT_L[i] e.g. 100ms.
I have started to put the code together, something like this,
but it does not do the job. Wondering where I am getting it wrong?
Is the problem in the for loop, however, without time works just fine... hmm
Any ideas, help much appreciated.
Best.
Beta Was this translation helpful? Give feedback.
All reactions