2 references to Duration
Aspire.Dashboard (2)
Model\Otlp\SpanWaterfallViewModel.cs (2)
140
var width = span.
Duration
.TotalMilliseconds / rootDuration * 100;
144
var labelIsRight = (relativeStart + span.
Duration
/ 2) < (span.Trace.Duration / 2);