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 {
42
42
Enable tracing of the engine (warning: lots of output). Prints out processor state each cycle
43
43
44
44
Note: swift-experimental-string-processing must be built with processor measurements enabled
45
-
46
45
swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
46
+
47
47
""" )
48
48
var enableTracing : Bool = false
49
49
50
50
@Flag ( help: """
51
51
Enable engine metrics (warning: lots of output). Prints out cycle count, instruction counts, number of backtracks
52
52
53
53
Note: swift-experimental-string-processing must be built with processor measurements enabled
54
-
55
54
swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
55
+
56
56
""" )
57
57
var enableMetrics : Bool = false
58
58
59
- @Flag ( help: " Include firstMatch benchmarks in CrossBenchmark (off by default " )
59
+ @Flag ( help: " Include firstMatch benchmarks in CrossBenchmark (off by default) " )
60
60
var includeFirst : Bool = false
61
61
62
62
mutating func run( ) throws {
You can’t perform that action at this time.
0 commit comments