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 |
Documentation
data FrameMetricDatum Source #
Information about a frame metric and its values.
See: newFrameMetricDatum
smart constructor.
FrameMetricDatum' | |
|
Instances
Create a value of FrameMetricDatum
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:frameMetric:FrameMetricDatum'
, frameMetricDatum_frameMetric
- Undocumented member.
$sel:values:FrameMetricDatum'
, frameMetricDatum_values
- A list of values that are associated with a frame metric.
frameMetricDatum_frameMetric :: Lens' FrameMetricDatum FrameMetric Source #
Undocumented member.
frameMetricDatum_values :: Lens' FrameMetricDatum [Double] Source #
A list of values that are associated with a frame metric.