Searched refs:eventDuration (Results 1 – 1 of 1) sorted by relevance
6391 const nsecs_t eventDuration = finishTime - dispatchEntry.deliveryTime; in doDispatchCycleFinishedCommand() local6392 if (eventDuration > SLOW_EVENT_PROCESSING_WARNING_TIMEOUT) { in doDispatchCycleFinishedCommand()6394 ns2ms(eventDuration), dispatchEntry.eventEntry->getDescription().c_str()); in doDispatchCycleFinishedCommand()