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