Compare commits
2 Commits
ac87961e97
...
103a09a4d3
| Author | SHA1 | Date |
|---|---|---|
|
|
103a09a4d3 | |
|
|
310734d2f8 |
|
|
@ -13,10 +13,16 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@_exported import CoreMetrics
|
||||
import Foundation
|
||||
import Dispatch
|
||||
|
||||
@_exported import class CoreMetrics.Timer
|
||||
|
||||
#if canImport(FoundationEssentials)
|
||||
import FoundationEssentials
|
||||
#else
|
||||
import Foundation
|
||||
#endif
|
||||
|
||||
extension Timer {
|
||||
/// Convenience for measuring duration of a closure.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in New Issue