We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1611c5 commit 167229eCopy full SHA for 167229e
Sources/_StringProcessing/Executor.swift
@@ -212,7 +212,7 @@ extension Executor {
212
extension Processor {
213
fileprivate mutating func run() throws -> Input.Index? {
214
#if PROCESSOR_MEASUREMENTS_ENABLED
215
- defer { if cpu.metrics.shouldMeasureMetrics { cpu.printMetrics() } }
+ defer { if metrics.shouldMeasureMetrics { printMetrics() } }
216
#endif
217
if self.state == .fail {
218
if let e = failureReason {
0 commit comments