You might consider using Timestamp_get64().
It will return a 64 bit count of the number of CPU cycles since the system started up.
If you know the CPU clock frequency, you can convert this number into microseconds pretty easily.
Alan
You might consider using Timestamp_get64().
It will return a 64 bit count of the number of CPU cycles since the system started up.
If you know the CPU clock frequency, you can convert this number into microseconds pretty easily.
Alan