//! Orchestration helpers for timing measurements.
//!
//! This module provides platform-independent logic for orchestrating
//! timing measurements, including:
//!
//! - **Pilot phase**: Determining optimal batch size K for timer resolution
//!
//! These helpers are used by both `tacet` (Rust API) and
//! `tacet-c` (C FFI) to share common decision logic.
pub use ;