Get the timestamp for an event name, or null if not tracked.
int? getTimestamp(String eventName) { return _timestamps[eventName]; }