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.
2 parents c7c539d + 167229e commit 3a5d1d7Copy full SHA for 3a5d1d7
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