File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,21 +42,21 @@ struct Runner: ParsableCommand {
4242Enable tracing of the engine (warning: lots of output). Prints out processor state each cycle
4343
4444Note: swift-experimental-string-processing must be built with processor measurements enabled
45-
4645swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
46+
4747""" )
4848 var enableTracing : Bool = false
4949
5050 @Flag ( help: """
5151Enable engine metrics (warning: lots of output). Prints out cycle count, instruction counts, number of backtracks
5252
5353Note: swift-experimental-string-processing must be built with processor measurements enabled
54-
5554swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
55+
5656""" )
5757 var enableMetrics : Bool = false
5858
59- @Flag ( help: " Include firstMatch benchmarks in CrossBenchmark (off by default " )
59+ @Flag ( help: " Include firstMatch benchmarks in CrossBenchmark (off by default) " )
6060 var includeFirst : Bool = false
6161
6262 mutating func run( ) throws {
You can’t perform that action at this time.
0 commit comments