2 references to Elapsed
AnalyzerRunner (2)
DiagnosticAnalyzerRunner.cs (1)
197
return new DocumentAnalyzerPerformance(analyzerOptionsInternal.TestDocumentIterations / stopwatch.
Elapsed
.TotalSeconds, stopwatch.AllocatedBytes / Math.Max(1, analyzerOptionsInternal.TestDocumentIterations));
PerformanceTracker.cs (1)
49
var elapsedTime =
Elapsed
;