| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeGuruProfiler.Types.Match
Description
Documentation
The part of a profile that contains a recommendation found during analysis.
See: newMatch smart constructor.
Constructors
| Match' | |
Fields
| |
Instances
| FromJSON Match Source # | |
| Generic Match Source # | |
| Read Match Source # | |
| Show Match Source # | |
| NFData Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match | |
| Eq Match Source # | |
| Hashable Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match | |
| type Rep Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match type Rep Match = D1 ('MetaData "Match" "Amazonka.CodeGuruProfiler.Types.Match" "amazonka-codeguruprofiler-2.0-DsjyOqDx8Zb8uCUpe33U62" 'False) (C1 ('MetaCons "Match'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetFramesIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "thresholdBreachValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) | |
Create a value of Match with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:frameAddress:Match', match_frameAddress - The location in the profiling graph that contains a recommendation found
during analysis.
$sel:targetFramesIndex:Match', match_targetFramesIndex - The target frame that triggered a match.
$sel:thresholdBreachValue:Match', match_thresholdBreachValue - The value in the profile data that exceeded the recommendation
threshold.