Skip to content

Commit fbd52c0

Browse files
authored
remove the old PmcDiagnoser, EtwProfiler is much more accurate (#1548)
1 parent 718031a commit fbd52c0

File tree

2 files changed

+0
-89
lines changed

2 files changed

+0
-89
lines changed

src/BenchmarkDotNet.Diagnostics.Windows/PmcDiagnoser.cs

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/BenchmarkDotNet/Diagnosers/DiagnosersLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ private static IDiagnoser[] LoadWindowsDiagnosers()
6868
return new[]
6969
{
7070
CreateDiagnoser(diagnosticsAssembly, "BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser"),
71-
CreateDiagnoser(diagnosticsAssembly, "BenchmarkDotNet.Diagnostics.Windows.PmcDiagnoser"),
7271
CreateDiagnoser(diagnosticsAssembly, "BenchmarkDotNet.Diagnostics.Windows.EtwProfiler"),
7372
CreateDiagnoser(diagnosticsAssembly, "BenchmarkDotNet.Diagnostics.Windows.ConcurrencyVisualizerProfiler"),
7473
CreateDiagnoser(diagnosticsAssembly, "BenchmarkDotNet.Diagnostics.Windows.NativeMemoryProfiler")

0 commit comments

Comments
 (0)