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)
68
if (
_renderDuration
.Enabled)
76
_renderDuration
.Record(duration.TotalMilliseconds, tags);
86
public bool IsDurationEnabled() =>
_renderDuration
.Enabled;