FrameMetric
public struct FrameMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the method common across the multiple occurrences of a frame in an application profile.
Declaration
Swift
public let frameName: String
-
List of application runtime thread states used to get the counts for a frame a derive a metric value.
Declaration
Swift
public let threadStates: [String]
-
A type of aggregation 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 occurrences of all frames in a profile.
Declaration
Swift
public let type: MetricType
-
Undocumented
Declaration
Swift
public init(frameName: String, threadStates: [String], type: MetricType)