Hello,
Thank you for posting in Q&A forum.
Based on your description, if more than 1% of all touch events have a sampling interval that exceeds 16.67 milliseconds, the system will report this error.
16.67ms is calculated based on a 60Hz refresh rate, because 1 second (1000 milliseconds) divided by 60 (refresh rate) equals approximately 16.67 milliseconds. This means that under ideal conditions, the sampling interval for each touch event should be 16.67 milliseconds.
Delta is the time interval between two consecutive touch events. Under ideal conditions, this time interval should be close to 16.67 milliseconds. The Delta value is continuously measured during the test, and for each pair of consecutive touch events, the time difference between them is calculated.
I hope the information above is helpful.
Best Regards,
Yanhong Liu
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.