Touch event frequency

Hi, I want to know how often the touch event callback was called, Such as touch move.
Is the frequency of event call is same as update?

I’m trying to detect flick. I storing previous touch point and calculating distance between new touch point.
I want to provide constant control quality for various devices, which could have different performance (frame rate).
Thanks.