LabeledTimingSample
public struct LabeledTimingSample : Equatable, Hashable
extension LabeledTimingSample: Sendable
Single sample for a Glean labeled_timing_distribution
-
Declaration
Swift
public var label: String -
Time in microseconds
Declaration
Swift
public var value: UInt64 -
Declaration
Swift
public init(label: String, /** * Time in microseconds */value: UInt64)