Skip to content

Commit 2d365b1

Browse files
Fix --profiler option description. (#1417)
1 parent 27b32e7 commit 2d365b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/ConsoleArguments/CommandLineOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class CommandLineOptions
3535
[Option('d', "disasm", Required = false, Default = false, HelpText = "Gets disassembly of benchmarked code")]
3636
public bool UseDisassemblyDiagnoser { get; set; }
3737

38-
[Option('p', "profiler", Required = false, HelpText = "Profiles benchmarked code using selected profiler. Currently the only available is \"ETW\" for Windows.")]
38+
[Option('p', "profiler", Required = false, HelpText = "Profiles benchmarked code using selected profiler. Available options: EP/ETW/CV/NativeMemory")]
3939
public string Profiler { get; set; }
4040

4141
[Option('f', "filter", Required = false, HelpText = "Glob patterns")]

0 commit comments

Comments
 (0)