Can anyone tell me if xdc.runtime.Timestamp is aware of the thread it is running in?
I have a lower frequency lower priority thread and a higher frequency higher priority thread.
If I measure an elapsed time in the lower freq thread (by two calls to xdc.runtime.Timestamp) will it include time taken in the higher freq thread and task switching etc?
Thanks.
Michael.