Returns the number of centiseconds since the execution started.
Values returned by this SVC can be of limited use for some benchmarking purposes because of communication overhead or other agent‑specific factors. For example, with RealView ICE the request is passed back to the host for execution. This can lead to unpredictable delays in transmission and process scheduling.
Use this function to calculate time intervals, by calculating differences between intervals with and without the code sequence to be timed.
Some systems enable more accurate timing, see SYS_ELAPSED (0x30) and SYS_TICKFREQ (0x31).
Register r1 must contain zero. There are no other parameters.
On exit, r0 contains:
the number of centiseconds since some arbitrary start point, if the call is successful
–1 if the call is not successful, for example, because of a communications error.