//! Event statistics aggregation
//!
//! This module provides data structures and functions for aggregating event statistics:
//! - Event statistics data structure
//! - Time range calculations
//! - Success/failure counting
//!
//! Statistics are computed from event data for monitoring and reporting.
use ;
use ;
use HashMap;
/// Event statistics