pub struct StageReplyStats {Show 23 fields
pub kv_lookup_hits: i64,
pub kv_lookup_misses: i64,
pub kv_lookup_errors: i64,
pub kv_imported_pages: i64,
pub kv_imported_tokens: i64,
pub kv_recorded_pages: i64,
pub kv_recorded_bytes: i64,
pub kv_hit_stage_mask: i64,
pub kv_record_stage_mask: i64,
pub verify_window_compute_us: i64,
pub verify_window_forward_write_us: i64,
pub verify_window_downstream_wait_us: i64,
pub verify_window_total_us: i64,
pub verify_window_stage_count: i64,
pub verify_window_request_count: i64,
pub verify_window_token_count: i64,
pub verify_window_max_tokens: i64,
pub prefill_edge_write_us_max: i64,
pub prefill_edge_wait_us_max: i64,
pub prefill_edge_total_us_max: i64,
pub prefill_edge_stage_index: i64,
pub prefill_edge_activation_bytes_max: i64,
pub prefill_edge_observation_count: i64,
}Fields§
§kv_lookup_hits: i64§kv_lookup_misses: i64§kv_lookup_errors: i64§kv_imported_pages: i64§kv_imported_tokens: i64§kv_recorded_pages: i64§kv_recorded_bytes: i64§kv_hit_stage_mask: i64§kv_record_stage_mask: i64§verify_window_compute_us: i64§verify_window_forward_write_us: i64§verify_window_downstream_wait_us: i64§verify_window_total_us: i64§verify_window_stage_count: i64§verify_window_request_count: i64§verify_window_token_count: i64§verify_window_max_tokens: i64§prefill_edge_write_us_max: i64§prefill_edge_wait_us_max: i64§prefill_edge_total_us_max: i64§prefill_edge_stage_index: i64§prefill_edge_activation_bytes_max: i64§prefill_edge_observation_count: i64Implementations§
Trait Implementations§
Source§impl Clone for StageReplyStats
impl Clone for StageReplyStats
Source§fn clone(&self) -> StageReplyStats
fn clone(&self) -> StageReplyStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StageReplyStats
Source§impl Debug for StageReplyStats
impl Debug for StageReplyStats
Source§impl Default for StageReplyStats
impl Default for StageReplyStats
Source§fn default() -> StageReplyStats
fn default() -> StageReplyStats
Returns the “default value” for a type. Read more
impl Eq for StageReplyStats
Source§impl PartialEq for StageReplyStats
impl PartialEq for StageReplyStats
impl StructuralPartialEq for StageReplyStats
Auto Trait Implementations§
impl Freeze for StageReplyStats
impl RefUnwindSafe for StageReplyStats
impl Send for StageReplyStats
impl Sync for StageReplyStats
impl Unpin for StageReplyStats
impl UnsafeUnpin for StageReplyStats
impl UnwindSafe for StageReplyStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more