//! Platform abstraction layer for processor time tracking.
//!
//! This module provides a platform abstraction that allows switching between
//! real processor time tracking (using the `cpu_time` package) and fake implementations
//! for testing purposes.
pub use *;
pub use *;
pub use *;