How long on average an increment of type i ++ takes to be done.
Given the answers and comments placed here: I asked this question because I have a method to send emails when certain condition is reached.
I can not use something like Thread.Sleep()
to avoid constant forwarding. Assuming that I can not change that condition programmatically because of the possibility of it being physical (such as a sensor being broken or something like that), I thought of testing a counter to "simulate time." At least it was the first thing that came to mind.