I am using GA on an Android app but this question can be relevant to all platfroms.
I track an event the usual way:
t.send(new HitBuilders.EventBuilder()
.setCategory(getString(categoryId))
.setAction(getString(actionId))
.setLabel(getString(labelId))
.build());
Is there a way to see a report of how much time has passed between such 2 events?