Metric

public struct Metric : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the method that appears as a frame in any stack in a profile.

    Declaration

    Swift

    public let frameName: String
  • The list of application runtime thread states that is used to calculate the metric value for the frame.

    Declaration

    Swift

    public let threadStates: [String]
  • A type that specifies how a metric for a frame is analyzed. The supported value AggregatedRelativeTotalTime is an aggregation of the metric value for one frame that is calculated across the occurences of all frames in a profile.

    Declaration

    Swift

    public let type: MetricType
  • Undocumented

    Declaration

    Swift

    public init(frameName: String, threadStates: [String], type: MetricType)