There was a post on this not too long ago. The iq brain has a limited # of concurrent threads… not sure what it was but I think it was like 20 or so, something pretty decent. v5 was unlimited.
@jpearman is this true? I remember that VCS had a limit of 128 back in the day, not sure about modern VEXCode.
Very fast, however for 99% of situations you aren’t going to have any advantage to looping faster than 10ms, as that is the rate that most sensor values update.
The easiest way is probably to use high resolution timer on the brain and compare the value of it before and after you run the function. e.g.