Match
public struct Match : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The location in the profiling graph that contains a recommendation found during analysis.
Declaration
Swift
public let frameAddress: String? -
The target frame that triggered a match.
Declaration
Swift
public let targetFramesIndex: Int? -
The value in the profile data that exceeded the recommendation threshold.
Declaration
Swift
public let thresholdBreachValue: Double? -
Undocumented
Declaration
Swift
public init(frameAddress: String? = nil, targetFramesIndex: Int? = nil, thresholdBreachValue: Double? = nil)
View on GitHub
Match Structure Reference