Home | History | Annotate | Download | only in input

Lines Matching full:eventduration

3485         nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime;
3486 if (eventDuration > SLOW_EVENT_PROCESSING_WARNING_TIMEOUT) {
3489 connection->getWindowName(), eventDuration * 0.000001f);