1 instantiation of PerformanceTracker
AnalyzerRunner (1)
PerformanceTracker.cs (1)
35return new PerformanceTracker(Stopwatch.StartNew(), initialTotalAllocatedBytes);
8 references to PerformanceTracker
AnalyzerRunner (8)
DiagnosticAnalyzerRunner.cs (4)
84var stopwatch = PerformanceTracker.StartNew(); 187var stopwatch = PerformanceTracker.StartNew();
PerformanceTracker.cs (1)
27public static PerformanceTracker StartNew(bool preciseMemory = true)
Program.cs (3)
71var stopwatch = PerformanceTracker.StartNew(); 92stopwatch = PerformanceTracker.StartNew();