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