Crate llm_latency_lens_core

Crate llm_latency_lens_core 

Source
Expand description

Core types and timing engine for LLM Latency Lens

This crate provides the foundational types and timing infrastructure for high-precision measurement of LLM API latency.

Re-exports§

pub use error::Error;
pub use error::Result;
pub use timing::Clock;
pub use timing::Timestamp;
pub use timing::TimingEngine;
pub use types::*;

Modules§

error
Error types for LLM Latency Lens core
timing
High-precision timing engine using quanta
types
Core types for LLM Latency Lens