1 reference to IsDurationEnabled
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
935var startTime = (_renderingMetrics != null && _renderingMetrics.IsDurationEnabled()) ? Stopwatch.GetTimestamp() : 0;