TimespanMetricProtocol
public protocol TimespanMetricProtocol : AnyObject, Sendable
Undocumented
-
Undocumented
Declaration
Swift
func cancel() -
Undocumented
Declaration
Swift
func setRawNanos(_ elapsed: Int64) -
Undocumented
Declaration
Swift
func start() -
Undocumented
Declaration
Swift
func stop() -
Undocumented
Declaration
Swift
func testGetNumRecordedErrors(_ error: ErrorType) -> Int32 -
Undocumented
Declaration
Swift
func testGetValue(_ pingName: String?) -> Int64?
View on GitHub