1 write to _renderDuration
Microsoft.AspNetCore.Components (1)
Rendering\RenderingMetrics.cs (1)
35_renderDuration = _meter.CreateHistogram<double>(
3 references to _renderDuration
Microsoft.AspNetCore.Components (3)
Rendering\RenderingMetrics.cs (3)
68if (_renderDuration.Enabled) 76_renderDuration.Record(duration.TotalMilliseconds, tags); 86public bool IsDurationEnabled() => _renderDuration.Enabled;