6 references to HumanReadableDurationFormatter
dotnet (6)
Commands\Test\MTP\Terminal\AnsiTerminalTestProgressFrame.cs (4)
23string durationString = HumanReadableDurationFormatter.Render(progress.Stopwatch.Elapsed); 153string durationString = HumanReadableDurationFormatter.Render(detail.Stopwatch?.Elapsed); 244string durationString = HumanReadableDurationFormatter.Render(progressItem.Stopwatch.Elapsed); 279string durationString = HumanReadableDurationFormatter.Render(detailItem.Stopwatch?.Elapsed);
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
68string durationString = HumanReadableDurationFormatter.Render(p.Stopwatch.Elapsed);
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
826HumanReadableDurationFormatter.Append(terminal, duration, wrapInParentheses);