Skip to main content

Crate reifydb_profiler

Crate reifydb_profiler 

Source
Expand description

Always-on profiler primitives over tracing: ProfilerLayer appends a fixed-size MinimalSpanRecord per matching span without allocating on the hot path, and ScopeHandle::finish drains them to a ProfilerSink.

Deliberately free of metric and IoC dependencies, so tests can embed the layer with a NoopSink and the data model is usable without pulling in the subsystem.

Modulesยง

callsite
category
event
format
intern
layer
percentile
record
scope
sink
spec
summary
visit