1 write to AllocatedBytesPerEdit
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
487AllocatedBytesPerEdit = allocatedBytesPerEdit;
2 references to AllocatedBytesPerEdit
AnalyzerRunner (2)
DiagnosticAnalyzerRunner.cs (2)
121Console.WriteLine($"{document.FilePath ?? document.Name}: {currentDocumentPerformance.EditsPerSecond:0.00} ({currentDocumentPerformance.AllocatedBytesPerEdit} bytes)"); 141Console.WriteLine($" {document.FilePath ?? document.Name}: {pair.Value.EditsPerSecond:0.00} ({pair.Value.AllocatedBytesPerEdit} bytes)");