[][src]Crate game_metrics

Re-exports

pub use hdrhistogram as histogram;

Macros

scope

Examples

Structs

Metrics

The metrics struct is used to initialize the metrics communications channels and access the Histogram data for each named metric.

RawSubscription

Provides external users with the ability to directly subscribe to the raw metric events crossbeam channel.

Span

The raw span RAII guard which is used for scoping spans of code for instrumentation.

Enums

Event

Events dispatched by various instrumentation functions.

Attribute Macros

instrument

Examples