pub struct SyncIpcStats {
pub send_count: AtomicU64,
pub receive_count: AtomicU64,
pub fast_path_count: AtomicU64,
pub slow_path_count: AtomicU64,
pub avg_latency_cycles: AtomicU64,
}Expand description
Statistics for synchronous IPC
Fields§
§send_count: AtomicU64§receive_count: AtomicU64§fast_path_count: AtomicU64§slow_path_count: AtomicU64§avg_latency_cycles: AtomicU64