Skip to main content

Module compilation_metrics

Module compilation_metrics 

Source
Expand description

Compilation metrics and observability for the JIT pipeline.

CompilationMetrics tracks atomic counters for compiled, fallback, and errored queries along with cumulative compilation time. CacheSnapshot provides a point-in-time view of the compiler cache state.

All counters use Relaxed ordering — these are advisory/observability values, not synchronization primitives.

Structs§

CacheSnapshot
Point-in-time snapshot of the compiler cache state.
CompilationMetrics
Global metrics for the JIT compilation pipeline.
MetricsSnapshot
Point-in-time snapshot of CompilationMetrics.