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