pub fn performance_layer<S>() -> PerformanceEventsLayer<S, ()>where
    S: Subscriber + for<'lookup> LookupSpan<'lookup>,
Expand description

Construct a new layer recording performance events.

The default will not attach any additional field information to the events.