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 772c603 commit c2e88f2Copy full SHA for c2e88f2
Sources/GISTools/Extensions/Benchmark.swift
@@ -1,5 +1,5 @@
1
-#if !os(Linux)
2
-import Foundation
+#if canImport(CoreFoundation)
+import CoreFoundation
3
4
func benchmark(title: String, block: () -> Void) {
5
let start = CFAbsoluteTimeGetCurrent()
0 commit comments